Closed wes-otf closed 1 month ago
Definitely a bug. The search query is missing from the pagination links, /apply/submissions/all/?page=2
instead of e.g. /apply/submissions/all/?page=2&status=dismissed
.
If I manually enter /apply/submissions/all/?page=2&status=dismissed
it works as it should so should be an easy fix.
sweet! I think I fixed it w a pagination tag to add the params
Describe the bug
When filtering the list/table views that have enough results to be paginated, selecting
Next
/Previous
/Last
/First
at the bottom of the view will result in navigating to the selected page of All Submissions rather than the filtered criteriaTo Reproduce
Steps to reproduce the behavior:
No Screening
)/
Previous/
Last/
First`)Expected behavior
Filters are preserved while the page is changed
Priority
Additional context
Manually entering the page query param in the URL causes the filter to be preserved while navigating to the intended page.