alex-astronomer commented on a change in pull request #18438:
URL: https://github.com/apache/airflow/pull/18438#discussion_r719475976



##########
File path: airflow/www/views.py
##########
@@ -4203,7 +4203,8 @@ class 
TaskInstanceModelView(AirflowPrivilegeVerifierModelView):
     class_permission_name = permissions.RESOURCE_TASK_INSTANCE
     method_permission_name = {
         'list': 'read',
-        'action_clear': 'edit',
+        'action_clear': 'delete',

Review comment:
       Now that I'm thinking about it, you're definitely right.  This makes 
sense to me and I'm going to make the change.




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to