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
(cherry picked from commit 54b4d76)
  • Loading branch information
jscheffl authored and ephraimbuddy committed Jun 4, 2024
1 parent 45e18a3 commit 7a0fb85
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 @@ -4678,7 +4678,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 7a0fb85

Please sign in to comment.