This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 7a0fb8500827a5ac878d8b4d9691d6bf443eb647 Author: Jens Scheffler <[email protected]> AuthorDate: Mon May 27 19:08:25 2024 +0200 Remove DAG Run Add option from FAB view (#39881) (cherry picked from commit 54b4d7604b3fd1d2220d9e60d1a571bb4af539c4) --- airflow/www/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/airflow/www/views.py b/airflow/www/views.py index b82f844f71..4d69095807 100644 --- a/airflow/www/views.py +++ b/airflow/www/views.py @@ -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",
