You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2022/06/29 15:20:00 UTC

[airflow] 15/45: Rename Permissions to Permission Pairs. (#24065)

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

ephraimanierobi pushed a commit to branch v2-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

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

    Rename Permissions to Permission Pairs. (#24065)
    
    (cherry picked from commit be21e08e1bb6202626c12b2375f24167cf22838a)
---
 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 2010e58c34..5cdbe60d39 100644
--- a/airflow/www/fab_security/manager.py
+++ b/airflow/www/fab_security/manager.py
@@ -797,7 +797,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",