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


##########
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:
   @jedcunningham  Yeah, I removed that though to minimize the chance of adding 
unexpected bugs.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to