Skip to content

Outlined how disabling the id generator could be fixed#111

Closed
Toflar wants to merge 1 commit into
theofidry:masterfrom
Toflar:fix-disabling-doctrine-id-generator-proposal
Closed

Outlined how disabling the id generator could be fixed#111
Toflar wants to merge 1 commit into
theofidry:masterfrom
Toflar:fix-disabling-doctrine-id-generator-proposal

Conversation

@Toflar
Copy link
Copy Markdown

@Toflar Toflar commented Nov 14, 2018

Here's just quickly outlined how #110 could be fixed.
The core issue here is just that we need to be able to disable id generation for all objects before any of them is persisted so I had to add a new interface which I - creative as I am - named ExtendedProcessorInterface. All I did then was moving the logic away from the ObjectManagerPersister into a processor that uses this new interface.

This is how the issue could be fixed. /cc @dkarlovi

@theofidry theofidry mentioned this pull request Dec 21, 2021
@theofidry
Copy link
Copy Markdown
Owner

Closed by #195

@theofidry theofidry closed this Dec 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants