-
Notifications
You must be signed in to change notification settings - Fork 16.6k
Closed
Labels
AIP-38Modern Web ApplicationModern Web Applicationaffected_version:main_branchIssues Reported for main branchIssues Reported for main brancharea:UIRelated to UI/UX. For Frontend Developers.Related to UI/UX. For Frontend Developers.kind:bugThis is a clearly a bugThis is a clearly a bugpriority:mediumBug that should be fixed before next release but would not block a releaseBug that should be fixed before next release but would not block a release
Milestone
Description
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
- Open a dag details page.
- Go to events tab and sort by
eventso url changes to http://localhost:8000/webapp/dags/example_python_operator/events?sort=event - Click on the runs tab the
sortparameter is persisted and applied torunspage which doesn't sort byeventand 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
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
AIP-38Modern Web ApplicationModern Web Applicationaffected_version:main_branchIssues Reported for main branchIssues Reported for main brancharea:UIRelated to UI/UX. For Frontend Developers.Related to UI/UX. For Frontend Developers.kind:bugThis is a clearly a bugThis is a clearly a bugpriority:mediumBug that should be fixed before next release but would not block a releaseBug that should be fixed before next release but would not block a release