Mario Urquizo created AIRFLOW-3711:
--------------------------------------
Summary: RBAC UI: Dag Search + Show Paused Bug
Key: AIRFLOW-3711
URL: https://issues.apache.org/jira/browse/AIRFLOW-3711
Project: Apache Airflow
Issue Type: Bug
Components: webserver
Affects Versions: 1.10.1
Reporter: Mario Urquizo
After enabling "show paused dags", if you performing a DAG search
(showPaused=True), the result set will disregard your current showPaused status
and only return a result set of Active Dags.
You can reproduce this error in airflow 1.10.1, by setting:
* hide_paused_dags_by_default=True
* rbac=True
* and you perform a search.
Work around is to set the default to False or add &showPaused=true to the
params in the URL
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)