Kaxil Naik created AIRFLOW-4267:
-----------------------------------
Summary: Fix Task Instance duration in Graph View in Fab-Based UI
Key: AIRFLOW-4267
URL: https://issues.apache.org/jira/browse/AIRFLOW-4267
Project: Apache Airflow
Issue Type: Bug
Components: ui
Affects Versions: 1.10.2, 1.10.3
Reporter: Kaxil Naik
Assignee: Kaxil Naik
Attachments: Screenshot 2019-04-09 at 21.58.54.png, Screenshot
2019-04-09 at 22.01.42.png
The duration field is missing in the Graph View for the Fab-based RBAC UI.
This is because of the bug in the code. Instead of *task.duration* it should be
*ti.duration*.
The duration is associated with a *Task Instance* and no a *Task*.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)