Skip to content

Commit

Permalink
Remove DAG Run Add option from FAB view (#39881)
Browse files Browse the repository at this point in the history
  • Loading branch information
jscheffl committed May 27, 2024
1 parent 4d6b8fd commit 54b4d76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion airflow/www/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -4796,7 +4796,6 @@ class DagRunModelView(AirflowModelView):

class_permission_name = permissions.RESOURCE_DAG_RUN
method_permission_name = {
"add": "create",
"delete": "delete",
"edit": "edit",
"list": "read",
Expand Down

0 comments on commit 54b4d76

Please sign in to comment.