This is an automated email from the ASF dual-hosted git repository.

jscheffl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 54b4d7604b Remove DAG Run Add option from FAB view (#39881)
54b4d7604b is described below

commit 54b4d7604b3fd1d2220d9e60d1a571bb4af539c4
Author: Jens Scheffler <[email protected]>
AuthorDate: Mon May 27 19:08:25 2024 +0200

    Remove DAG Run Add option from FAB view (#39881)
---
 airflow/www/views.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/airflow/www/views.py b/airflow/www/views.py
index cf877d085d..3821fa27f2 100644
--- a/airflow/www/views.py
+++ b/airflow/www/views.py
@@ -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",

Reply via email to