-
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
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