[
https://issues.apache.org/jira/browse/AIRFLOW-1354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aizhamal Nurmamat kyzy reopened AIRFLOW-1354:
---------------------------------------------
Reopening for component refactor.
> 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)