Currently if you want to use the Browse By Structure functionality to search or separate web content the structures get sorted by primary key. If there are many structures it can be tedious to search for the desired one.
A new property would be introduced so that it can be chosen if there is an in memory sort by name or that the old behaviour remains and structures are sorted by primary key.
Steps:
- Create an structure called ZStructure. Create another one called AStructure.
- Go to Site Administration > Content > Web Content and Browse By Structure.
Expected Result:
The displayed structures are sorted by primary key. In this case ZStructure, AStructure.
Steps:
- Set in portal-ext.properties journal.browse.by.structures.sorted.by.name to true.
- Go to Site Administration > Content > Web Content and Browse By Structure.
Expected Result:
The displayed structures are now sorted by primary key. In this case AStructure, ZStructure.
- is a dependency of
-
LPS-66261 Allow sorting structures in Add Web Content button
- Closed