You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Aizhamal Nurmamat kyzy (JIRA)" <ji...@apache.org> on 2019/05/18 03:16:02 UTC

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

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

Aizhamal Nurmamat kyzy resolved AIRFLOW-1354.
---------------------------------------------
    Resolution: Done

Resolving previously closed issues.

> 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: 1.10.0
>            Reporter: Erik Cederstrand
>            Priority: Minor
>
> The pool_link() function in www/views.py which produces the link on the pool names in the [/admin/pool/|http://green.nzcorp.net:7105/admin/pool/] list view builds a link to
> {code:none}
> '/admin/taskinstance/?flt1_pool_equals=' + m.pool{code}
> but should return
> {code:none}
> '/admin/pool/?flt1_pool_equals=' + m.pool{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)