kaxil commented on a change in pull request #14452:
URL: https://github.com/apache/airflow/pull/14452#discussion_r582885147
##########
File path: airflow/www/views.py
##########
@@ -3302,7 +3302,7 @@ class DagRunModelView(AirflowModelView):
'external_trigger',
'conf',
]
- edit_columns = ['state', 'dag_id', 'execution_date', 'run_id', 'conf']
+ edit_columns = ['state', 'dag_id', 'execution_date', 'start_date',
'end_date', 'run_id', 'conf']
Review comment:
Oh yes I forgot -- I had added the Read-only Widgets for TI and DagRuns
in https://github.com/apache/airflow/pull/12770 to fix another bug
----------------------------------------------------------------
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:
[email protected]