You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by jh...@apache.org on 2022/06/02 18:05:01 UTC

[airflow] branch main updated: Rename Permissions to Permission Pairs. (#24065)

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

jhtimmins 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 be21e08e1b Rename Permissions to Permission Pairs. (#24065)
be21e08e1b is described below

commit be21e08e1bb6202626c12b2375f24167cf22838a
Author: James Timmins <ja...@astronomer.io>
AuthorDate: Thu Jun 2 11:04:52 2022 -0700

    Rename Permissions to Permission Pairs. (#24065)
---
 airflow/www/fab_security/manager.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow/www/fab_security/manager.py b/airflow/www/fab_security/manager.py
index 34c288c084..50e36cfa99 100644
--- a/airflow/www/fab_security/manager.py
+++ b/airflow/www/fab_security/manager.py
@@ -785,7 +785,7 @@ class BaseSecurityManager:
         if self.appbuilder.app.config.get("FAB_ADD_SECURITY_PERMISSION_VIEWS_VIEW", True):
             self.appbuilder.add_view(
                 self.permissionmodelview,
-                "Permissions",
+                "Permission Pairs",
                 icon="fa-link",
                 label=_("Permissions"),
                 category="Security",