potiuk commented on a change in pull request #9614:
URL: https://github.com/apache/airflow/pull/9614#discussion_r448494205



##########
File path: airflow/www/views.py
##########
@@ -2192,12 +2192,11 @@ class XComModelView(AirflowModelView):
 
     datamodel = AirflowModelView.CustomSQLAInterface(XCom)
 
-    base_permissions = ['can_add', 'can_list', 'can_edit', 'can_delete']
+    base_permissions = ['can_add', 'can_list', 'can_delete']

Review comment:
       I think we should remove "can_add" as well? When you restart the task, 
the xcom is wiped and you will be able to add it then ...




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to