Details
-
Task
-
Resolution: Fixed
-
Major
-
2.1 Final
-
None
-
None
-
-
Empty show more show less
-
Empty show more show less
Description
In the current implementation we are using the a magnolia sequencenumber to order elements (move, copy, ...).
This is stored in the MetaData. The common getChildren() does not use it after the cleaning up of the API.
As a current workaround you can use:
getChildren(itemType, ContentHandler.SORT_BY_SEQUENCE)
In future we order the nodes with the jcr method orderBefore.
First we have to change the Tree (move, paste)
Checklists
Acceptance criteria