You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Robin Edwards (Jira)" <ji...@apache.org> on 2019/12/16 15:40:00 UTC

[jira] [Created] (AIRFLOW-6259) Searching incorrectly persists the page number

Robin Edwards created AIRFLOW-6259:
--------------------------------------

             Summary: Searching incorrectly persists the page number
                 Key: AIRFLOW-6259
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-6259
             Project: Apache Airflow
          Issue Type: Bug
          Components: ui
    Affects Versions: 1.10.6, 2.0.0
            Reporter: Robin Edwards
            Assignee: Robin Edwards


When searching from outside of the first page of results the UI persists the `page=` GET param when making a new search. This can be very confusing and make user believe theres no results for the search.

Steps to recreate:
 # start the webserver in demo / test mode.
 # manually set the page with a get parameter ?page=2 (no results will be displayed as expected)
 # search for "example" which will yield no results. You will notice in the get parameters ?page=2 has been persisted. Remove this and you will see the expected results

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)