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
Throughout the application (e.g. on the Notifications page), we have data tables that support sorting. Some behavioral problems with that sorting were fixed in #2741, but they still take into account only the objects actually loaded into the tables. Sorting, e.g. notifications by date , sorts the 10 objects loaded onto the page, but does not provide the most/least recent notifications system wide.
Rationale
Users expect sorting to take into account all of the relevant objects.
Expected behavior
Notifications (and other sorting tables) should display the appropriate objects in the requested order. New objects should display on the page when the sort order changes.
Actual behavior
Notifications (and other sorting tables) display only the objects already on the page.
Steps to reproduce the behavior
Generate more than 10 notifications for a user
Log in as the user
Visit /notifications
Take note of which notifications are displayed
Click the sort icon to the right of the Date column to change the order
Observe that the same 10 notifications display as before
Descriptive summary
Throughout the application (e.g. on the Notifications page), we have data tables that support sorting. Some behavioral problems with that sorting were fixed in #2741, but they still take into account only the objects actually loaded into the tables. Sorting, e.g. notifications by date , sorts the 10 objects loaded onto the page, but does not provide the most/least recent notifications system wide.
Rationale
Users expect sorting to take into account all of the relevant objects.
Expected behavior
Notifications (and other sorting tables) should display the appropriate objects in the requested order. New objects should display on the page when the sort order changes.
Actual behavior
Notifications (and other sorting tables) display only the objects already on the page.
Steps to reproduce the behavior
/notifications
Date
column to change the orderRelated work
Related to #1653; #2741.
The text was updated successfully, but these errors were encountered: