You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "James Meickle (JIRA)" <ji...@apache.org> on 2019/05/29 14:01:00 UTC

[jira] [Created] (AIRFLOW-4589) Graph View modal is broken for new tasks with no history

James Meickle created AIRFLOW-4589:
--------------------------------------

             Summary: Graph View modal is broken for new tasks with no history
                 Key: AIRFLOW-4589
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4589
             Project: Apache Airflow
          Issue Type: Bug
          Components: ui
    Affects Versions: 1.10.3
            Reporter: James Meickle


If I enter Graph View and click on a newly deployed task with no TI history, I get this JS error:
{code:java}
graph?dag_id=XXX:1092 Uncaught TypeError: Cannot read property 'try_number' of undefined at SVGGElement.<anonymous> (graph?dag_id=XXX:1092) at SVGGElement.__onclick (d3.min.js:1)
	(anonymous)	@	graph?dag_id=XXX:1092
	(anonymous)	@	d3.min.js:1{code}
 

The popup modal does work on the "Task View" page, so there is a workaround, but it's irritating because there is only a JS error in the console and no visual indicator of what's happening.



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