Walderman commented on a change in pull request #16773:
URL: https://github.com/apache/airflow/pull/16773#discussion_r670208249
##########
File path: airflow/www/views.py
##########
@@ -4236,18 +4236,11 @@ class CustomViewMenuModelView(ViewMenuModelView):
]
-class CustomUserDBModelView(UserDBModelView):
- """Customize permission names for FAB's builtin UserDBModelView."""
+class CustomUserCommonModelView():
+ """Customize permission names for FAB's builtin UserDBModelView. Common
settings for all providers user views"""
Review comment:
all users views for providers inherit from the common class that lists
the crud permissions, so all of them will now have the add/delete/edit buttons
available
--
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]