You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current Behavior
When author configured content fragment list, Content fragments displayed in desc order of lastModified. Whenever the author updated the content fragments inside the content fragment list this display order will change.
Expected behavior/code
When the author updates the content fragment inside the content fragment list. Display order should not change it should remain the same.
Environment
Possible Solution
To provide a consistent display order, Have to add orderby predicate in query builder that generates content fragment in ContentFragmentListImpl.java.
The text was updated successfully, but these errors were encountered:
surya057
changed the title
Displaying content fragment in a specific order
Displaying content fragment list in a specific order
Aug 15, 2019
- add order by and sort order drop down to cfm list component
- enhance data source servlet to populate list for order by drop down
- enhance cfm list model to create additional predicate if order by and sort oder property is set
- adapt unit tests
fixes#698
* Displaying content fragment list in a specific order
- add order by and sort order drop down to cfm list component
- enhance data source servlet to populate list for order by drop down
- enhance cfm list model to create additional predicate if order by and sort oder property is set
- adapt unit tests
fixes#698
Bug Report
Current Behavior
When author configured content fragment list, Content fragments displayed in desc order of lastModified. Whenever the author updated the content fragments inside the content fragment list this display order will change.
Expected behavior/code
When the author updates the content fragment inside the content fragment list. Display order should not change it should remain the same.
Environment
Possible Solution
To provide a consistent display order, Have to add orderby predicate in query builder that generates content fragment in ContentFragmentListImpl.java.
The text was updated successfully, but these errors were encountered: