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 2021/07/15 07:05:50 UTC

[GitHub] [airflow] Walderman commented on a change in pull request #16773: Fix dml buttons visibility on users view

Walderman commented on a change in pull request #16773:
URL: https://github.com/apache/airflow/pull/16773#discussion_r670191027



##########
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:
       thanks @ashb , i will update




-- 
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