[PHPCR-50] fix handling of children on update Created: 13/Feb/12 Updated: 12/Apr/12 Resolved: 12/Apr/12 |
|
| Status: | Resolved |
| Project: | Doctrine PHPCR |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Lukas Kahwe | Assignee: | Lukas Kahwe |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
right now we do not check if individual elements in the collection have been added or removed. furthermore since we can now update the order of children in jackalope, we can implement this in collection persistence as well. |
| Comments |
| Comment by Lukas Kahwe [ 15/Feb/12 ] |
|
some initial work |
| Comment by Lukas Kahwe [ 10/Apr/12 ] |
|
adding/removing is now implemented, reordering is still missing (see https://github.com/doctrine/phpcr-odm/tree/children_updating) |