You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/05/22 10:17:49 UTC

[GitHub] [airflow] dimitrijepetrovic opened a new issue #8966: 2.0.0-dev - Webserver front page missing dag_id for dag runs and task instances

dimitrijepetrovic opened a new issue #8966:
URL: https://github.com/apache/airflow/issues/8966


   When trying to view task_isntance list or dag_run (by clicking on circles on the front page)
   dag_id field is passed as undefined
   
   dags.html (line 430) - value of "d" is undefined
   `
             .on('click', function(d, i) {
               if (d.count > 0)
                 window.location = "{{ url_for('DagRunModelView.list') }}?_flt_3_dag_id=" + d.dag_id + "&_flt_3_state=" + d.state;
             })
   `


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] boring-cyborg[bot] commented on issue #8966: 2.0.0-dev - Webserver front page missing dag_id for dag runs and task instances

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #8966:
URL: https://github.com/apache/airflow/issues/8966#issuecomment-632615701


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] kaxil commented on issue #8966: 2.0.0-dev - Webserver front page missing dag_id for dag runs and task instances

Posted by GitBox <gi...@apache.org>.
kaxil commented on issue #8966:
URL: https://github.com/apache/airflow/issues/8966#issuecomment-652399344


   Fixed by https://github.com/apache/airflow/commit/836f717d316d6b20bc2f2bc07d781dd332618471


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] kaxil closed issue #8966: 2.0.0-dev - Webserver front page missing dag_id for dag runs and task instances

Posted by GitBox <gi...@apache.org>.
kaxil closed issue #8966:
URL: https://github.com/apache/airflow/issues/8966


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org