-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 9.10
-
Component/s: Web UI
-
Release Notes Summary:Navigation tree takes into account ordered folders in Web UI.
-
Release Notes Description:
-
Epic Link:
-
Tags:
-
Backlog priority:950
-
Sprint:nxGang Sprint 10.1.6
Steps to reproduce:
- Create an Ordered folder
- Create 3 folders in this ordered folder with the following title
- first document title= AAA
- second document title = ZZZ
- third document title = CCC
- Navigate back to the ordered folder and observe that:
- the content view displayed the documents in the expected order (AAA then ZZZ then CCC)
- the navigation tree displays the documents sorted by title: AAA then CCC then ZZZ
This is probably due to the fact that the nuxeo-document-tree element uses the tree_children page provider which sorts by title.
In the JSF UI, there was a custom logic in DocumentTreeNodeImpl#fetchChildren to handle orderable nodes.
- depends on
-
NXP-24629 Add ecm:pos as a range element index in MarkLogic
- Resolved