[ https://issues.apache.org/jira/browse/AIRFLOW-1354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Erik Cederstrand updated AIRFLOW-1354: -------------------------------------- Description: 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} was: The pool_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} > 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.8.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)