-
Problem report
-
Resolution: Won't fix
-
Trivial
-
None
-
None
-
None
-
Sprint 101 (Jun 2023), Sprint 102 (Jul 2023), Sprint 103 (Aug 2023), Sprint 104 (Sep 2023), Sprint 105 (Oct 2023), Sprint 106 (Nov 2023), Sprint 107 (Dec 2023)
The sorting feature in list pages produces inconsistencies, displaying varying results depending on the chosen sort field. For instance, sorting by name presents one set of data, while sorting by status reveals a different set of data.
Steps to reproduce:
- Change Limit for search and filter results to 5 in Administration->General->GUI (master).
- Navigate to media type list. (master: Alerts->Media types)
- Sort results by Name.
- Observe: one set of data is provided
- Sort by Type and observe that different set of data is provided:
The display of different data in one table for each sorting column could be confusing for users, especially when managing larger datasets.
Expected:
The optimal approach is uncertain. One possible approach could involve retrieving a single set of data and then sorting it accordingly.