Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.3
-
Component/s: None
-
Security Level: All
-
Labels:None
Description
This issue is created automatically through a Github pull request on behalf of sroddy:
Url: https://github.com/doctrine/doctrine2/pull/437
Message:
...d and there are NEW entities in the collection.
If you have a PersistentCollection not already initialized and you add something to it and if you call matching() on it, that method doesn't return the elements you have just added even if they match the criteria.
This fixes the behaviour checking for any matching element that is NEW and merging it in the returned ArrayCollection.