You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Ash Berlin-Taylor (Jira)" <ji...@apache.org> on 2019/12/18 11:59:00 UTC

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

     [ https://issues.apache.org/jira/browse/AIRFLOW-6259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ash Berlin-Taylor resolved AIRFLOW-6259.
----------------------------------------
    Resolution: Fixed

> 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: 2.0.0, 1.10.6
>            Reporter: Robin Edwards
>            Assignee: Robin Edwards
>            Priority: Minor
>             Fix For: 1.10.7
>
>
> 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)