-
Type:
Bug
-
Status: Verified
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 11.5 [Tentative], 12.2, 19.0
-
Component/s: Announcements
-
Labels:None
-
12 status:Resolved
-
Test Plan:
This patch fixes two issues with announcement sorting, one bug and one usability feature:
- a bug where the first time clicking on a sorting header, the sort will take any 'overflow' (based on the number of items being viewed) from the top of the list first, making the 'first x items' of a list actually be the last X items, though sorted correctly on-screen
- example: in a list of items named 1-250 (created in ascending order), viewing 200 items, the first click of "modified by" would show items 50-250, correctly sorted by date, while items 1-49 (which should be the earliest and thus on the initial screen) are pushed off to first overflow page.
- if you were looking at a subset in the middle of the list (say, announcments 21-40 out of 60), doing a re-sort by clicking a column header would leave you looking at 21-40 of the new sort order, rather than re-sorting then showing you the first 20 of whatever you wanted.