[MODM-134] Reference added twice Created: 24/Mar/11 Updated: 25/Mar/11 |
|
| Status: | Open |
| Project: | Doctrine MongoDB ODM |
| Component/s: | None |
| Affects Version/s: | 1.0.0BETA3 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | jules b | Assignee: | Jonathan H. Wage |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
I have a listener who listens on onFlush event, If i remove the call to $uow->recomputeSingleDocumentChangeSet() all is fine. Here's my document (notice references added twice on children property): array ( EDIT: if i clear() the $children ArrayCollection before calling $uow->recomputeSingleDocumentChangeSet() all is fine I tried to reproduce it in a test-case but the result wasn't successful |