Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Labels:None
Description
unless i really misread the code in UnitOfWork::scheduleReorder, trying to reorder more than one child of the same parent document will drop the previous reordering.
the whole method is of limited use, as you can also reorder the children in the ChildrenCollection.
expand to have an array of reorderings per parent instead of just one reordering.