You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Erik Cederstrand (JIRA)" <ji...@apache.org> on 2017/06/28 06:46:00 UTC

[jira] [Created] (AIRFLOW-1354) www/views.py pool_link produces wrong link

Erik Cederstrand created AIRFLOW-1354:
-----------------------------------------

             Summary: www/views.py pool_link produces wrong link
                 Key: AIRFLOW-1354
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1354
             Project: Apache Airflow
          Issue Type: Bug
          Components: webapp
    Affects Versions: Airflow 1.8
            Reporter: Erik Cederstrand
            Priority: Minor


The dag_link() function in www/views.py builds a link to 
{code:none}'/admin/taskinstance/?flt1_pool_equals=' + m.pool{code}
but should probably return
{code:none}'/admin/pool/?flt1_pool_equals=' + m.pool{code}




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)