tirkarthi opened a new issue, #46884: URL: https://github.com/apache/airflow/issues/46884
### Apache Airflow version main (development) ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Query parameters that contain filter and sort information seem to be persisted across pages causing incorrect values to be applied. ### What you think should happen instead? filters from one page might not be relevant to other page and should not be persisted ### How to reproduce 1. Open a dag details page. 2. Go to events tab and sort by `event` so url changes to http://localhost:8000/webapp/dags/example_python_operator/events?sort=event 3. Click on the runs tab the `sort` parameter is persisted and applied to `runs` page which doesn't sort by `event` and returns error. The URL has sort from events page that is not valid. http://localhost:8000/webapp/dags/example_python_operator/runs?sort=event ### Operating System Ubuntu 20.04 ### Versions of Apache Airflow Providers _No response_ ### Deployment Virtualenv installation ### Deployment details _No response_ ### Anything else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
