Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-12433

Improve how Document paths are compared

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 5.6, 5.7.2
    • Fix Version/s: 5.6.0-HF23, 5.7.3
    • Component/s: Core

      Description

      PathComparator sorting should be representative of the tree structure.

      Actually, a structure with 2 folders "foo" and "foo.123" with their respective child will be sorted like that

      • /foo
      • /foo.123
      • /foo/bar
      • /foo.123/bar

      This is not usable because we loose the hierarchy between parents and children. The order should be

      • /foo
      • /foo/bar
      • /foo.123
      • /foo.123/bar

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: