[GitHub] [airflow] realradical commented on a change in pull request #8875: [AIRFLOW-8875] fix Dag Run UI execution date with timezone cannot be saved issue

2020-05-18 Thread GitBox
realradical commented on a change in pull request #8875: URL: https://github.com/apache/airflow/pull/8875#discussion_r426478960 ## File path: tests/www/test_views.py ## @@ -2601,14 +2601,14 @@ def test_create_dagrun(self): dr =

[GitHub] [airflow] realradical commented on a change in pull request #8875: [AIRFLOW-8875] fix Dag Run UI execution date with timezone cannot be saved issue

2020-05-17 Thread GitBox
realradical commented on a change in pull request #8875: URL: https://github.com/apache/airflow/pull/8875#discussion_r426297022 ## File path: airflow/www/forms.py ## @@ -82,7 +82,8 @@ class DagRunForm(DynamicForm): widget=Select2Widget()) execution_date =

[GitHub] [airflow] realradical commented on a change in pull request #8875: [AIRFLOW-8875] fix Dag Run UI execution date with timezone cannot be saved issue

2020-05-17 Thread GitBox
realradical commented on a change in pull request #8875: URL: https://github.com/apache/airflow/pull/8875#discussion_r426287007 ## File path: airflow/www/forms.py ## @@ -82,7 +82,8 @@ class DagRunForm(DynamicForm): widget=Select2Widget()) execution_date =

[GitHub] [airflow] realradical commented on a change in pull request #8875: [AIRFLOW-8875] fix Dag Run UI execution date with timezone cannot be saved issue

2020-05-17 Thread GitBox
realradical commented on a change in pull request #8875: URL: https://github.com/apache/airflow/pull/8875#discussion_r426286484 ## File path: tests/www/test_views.py ## @@ -2601,14 +2601,14 @@ def test_create_dagrun(self): dr =