Replies: 1 comment 6 replies
-
I made that change at part of #8484 , which is one among many, many PRs, and it's very possible that I messed up . Can you please send a PR to fix the situation? 🙏 |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Maybe I don't understand how things should work with collections, but currently this is happening:
UnitOfWork::getEntityChangeSet
method defines return as:But for example on this entity:
Calling
setAttributes()
with a new collection then later to populate changeset callingUnitOfWork::computeChangeSets
and thenUnitOfWork::getEntityChangeSet
returnsarray{attributes: Doctrine\ORM\PersistentCollection}
Beta Was this translation helpful? Give feedback.
All reactions