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

Marcus Levine updated AIRFLOW-4300:
-----------------------------------
    Description: 
After upgrading to 1.10.3, the model window that normally appears when clicking 
on a task from the graph view no longer appears when the DAG has not been run 
yet

This makes it impossible to see the task details and rendered template before 
prior to running the DAG

In the JavaScript console, it appears this issue emerges from `try_number` 
being undefined when the DAG has not been run yet:
{code:java}
Uncaught TypeError: Cannot read property 'try_number' of undefined
at SVGGElement.<anonymous> (graph?dag_id=my-dag:1)
at SVGGElement.__onclick (d3.v3.min.js:1)
{code}

  was:
After upgrading to 1.10.3, the model window that normally appears when clicking 
on a task from the graph view no longer appears when the DAG has not been run 
yet

This makes it impossible to see the task details and rendered template before 
actually running the DAG

In the JavaScript console, it appears this issue emerges from `try_number` 
being undefined when the DAG has not been run yet:
{code:java}
Uncaught TypeError: Cannot read property 'try_number' of undefined
at SVGGElement.<anonymous> (graph?dag_id=my-dag:1)
at SVGGElement.__onclick (d3.v3.min.js:1)
{code}


> Task Modal Broken for DAGs that have not run
> --------------------------------------------
>
>                 Key: AIRFLOW-4300
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4300
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: ui
>    Affects Versions: 1.10.3
>            Reporter: Marcus Levine
>            Priority: Major
>
> After upgrading to 1.10.3, the model window that normally appears when 
> clicking on a task from the graph view no longer appears when the DAG has not 
> been run yet
> This makes it impossible to see the task details and rendered template before 
> prior to running the DAG
> In the JavaScript console, it appears this issue emerges from `try_number` 
> being undefined when the DAG has not been run yet:
> {code:java}
> Uncaught TypeError: Cannot read property 'try_number' of undefined
> at SVGGElement.<anonymous> (graph?dag_id=my-dag:1)
> at SVGGElement.__onclick (d3.v3.min.js:1)
> {code}



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

Reply via email to