We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since release v2.16 this line of code won't save the entities in order of the loop anymore:
foreach ($importDossier->getKlanten() as $klant) { $klant->setIsActive(true); $this->entityManager->persist($klant); }
The last line to be executed will get an earlier id in the DB than the first iteration of the loop...which seems weird. Is this expected behaviour?
I noticed work was done on the commit order here: #10547
The text was updated successfully, but these errors were encountered:
FTR, duplicate of #10864
Sorry, something went wrong.
No branches or pull requests
Since release v2.16 this line of code won't save the entities in order of the loop anymore:
The last line to be executed will get an earlier id in the DB than the first iteration of the loop...which seems weird. Is this expected behaviour?
I noticed work was done on the commit order here: #10547
The text was updated successfully, but these errors were encountered: