Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-367

ordering of nodes with jcr orderBefore

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • Major
    • 3.0 RC1
    • 2.1 Final
    • None
    • None

    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

        Attachments

          Activity

            People

              kraft Boris Kraft
              pbaerfuss Philipp Bärfuss
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Checklists

                  Task DoR