query params in Airflow 3 UI are persisted to other pages and tabs #46884
Labels
affected_version:main_branch
Issues Reported for main branch
affected_version:3.0.0alpha
For all 3.0.0 alpha releases
AIP-38
Modern Web Application
area:UI
Related to UI/UX. For Frontend Developers.
kind:bug
This is a clearly a bug
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
event
so url changes to http://localhost:8000/webapp/dags/example_python_operator/events?sort=eventsort
parameter is persisted and applied toruns
page which doesn't sort byevent
and returns error. The URL has sort from events page that is not valid. http://localhost:8000/webapp/dags/example_python_operator/runs?sort=eventOperating 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?
Code of Conduct
The text was updated successfully, but these errors were encountered: