Currently if you want to add a new web content the shown structures are sorted by primary key in the pull-down menu. If there are many structures it can be tedious to search for the desired one.
Use the property journal.browse.by.structures.sorted.by.name created in LPS-65615 to be able to sort.
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 click the Add pull-down menu.
Expected Result:
The displayed structures are now sorted by primary key. In this case AStructure, ZStructure.
- depends on
-
LPS-65615 Browse by structure for web content can only be sorted by primary key
- Closed