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/12/03 14:13:06 UTC

[GitHub] [airflow] ashb commented on a change in pull request #12770: BugFix: Editing a DAG run or Task Instance on UI causes an Error

ashb commented on a change in pull request #12770:
URL: https://github.com/apache/airflow/pull/12770#discussion_r535258964



##########
File path: airflow/www/forms.py
##########
@@ -158,6 +163,59 @@ def populate_obj(self, item):
             item.conf = json.loads(item.conf)
 
 
+class DagRunEditForm(DynamicForm):

Review comment:
       Inherit from DagRun form maybe? conf could be editable too if we wanted it to be.




----------------------------------------------------------------
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