Environment: Dev environment, Studio UI
Summary
When filters change, the current page number is not reset. If the user is on page 2 (or later) and the matching results fall on an earlier page, the filtered request keeps the existing page parameter and returns no results.
Steps to reproduce
- Load a list view and page forward to page 2+
- Apply a filter whose matching results are on page 1
- Result list comes back empty
Fix
Reset pagination to page 1 whenever the filters change.
Environment: Dev environment, Studio UI
Summary
When filters change, the current page number is not reset. If the user is on page 2 (or later) and the matching results fall on an earlier page, the filtered request keeps the existing page parameter and returns no results.
Steps to reproduce
Fix
Reset pagination to page 1 whenever the filters change.