You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/06/01 14:42:15 UTC

[GitHub] [airflow] jedcunningham commented on a diff in pull request #24065: Rename Permissions to Permission Pairs.

jedcunningham commented on code in PR #24065:
URL: https://github.com/apache/airflow/pull/24065#discussion_r886892604


##########
airflow/www/fab_security/manager.py:
##########
@@ -196,11 +194,11 @@ def oauth_tokengetter(token=None):
     userinfoeditview = UserInfoEditView
     """ Override if you want your own User information edit view """
 
-    rolemodelview = RoleModelView
-    actionmodelview = PermissionModelView
+    rolemodelview = CustomRoleModelView
+    actionmodelview = ActionModelView

Review Comment:
   Is this stuff fixing something else?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org