Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
5.1 EE SP4 (5.1.7), 5.2 EE SP2 (5.2.6)
-
All
Description
The order of the Wiki nodes in the top links should be guided by the settings defined in the Display Settings. The current implementation uses VisibleNodesComparator which relies on Array.binarySearch. Since the array is an ordered list, not a sorted list, binarySearch will behave unpredictably.
Attachments
Issue Links
- is related to
-
LPS-4584 The sequence of Wiki Nodes behind "Manage Wiki" Icon, won't change according to the setting in the "Display Setting"
- Closed