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
Observe that the results are the same as sorting by Reverse Alphabetical
Observed Behavior
Sorting by Alphabetical produces the same results as sorting by Reverse Alphabetical, regardless of browser or device.
Expected Behavior
Sorting by Alphabetical should order the list from A to Z, and sorting by Reverse Alphabetical should order the list from Z to A.
Environment
Browsers tested: Chrome, Safari
Devices tested: Desktop and iOS
Additional Context
This may be related to #6061 (comment), where filtering and sorting logic was broken. Fixes were pushed at that time, but the logic might have potentially regressed?
The text was updated successfully, but these errors were encountered:
Description
The filter list sort feature does not appear to be functioning as expected.
Steps to Reproduce
Observed Behavior
Sorting by Alphabetical produces the same results as sorting by Reverse Alphabetical, regardless of browser or device.
Expected Behavior
Sorting by Alphabetical should order the list from A to Z, and sorting by Reverse Alphabetical should order the list from Z to A.
Environment
Additional Context
This may be related to #6061 (comment), where filtering and sorting logic was broken. Fixes were pushed at that time, but the logic might have potentially regressed?
The text was updated successfully, but these errors were encountered: