-
Notifications
You must be signed in to change notification settings - Fork 16.6k
fix: reset pagination on DagList search#60326
Conversation
Context
When a user is on a specific page and makes use of the search bar, they are often left with an empty screen as the search goes through but the pagination remains. In this PR, we reset the pagination upon changes made in the search bar.
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in airflow-core/newsfragments.
pierrejeambrun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
We have a similar problem on other pages. (Pools, etc...) basically everytime a search bar is used to filter out a table results, it would be great to follow up on that and fix it at other places.