oliviersm199 commented on a change in pull request #4036: [AIRFLOW-2744] Allow 
RBAC to accept plugins for views and links.
URL: https://github.com/apache/incubator-airflow/pull/4036#discussion_r224515375
 
 

 ##########
 File path: airflow/plugins_manager.py
 ##########
 @@ -49,6 +49,8 @@ class AirflowPlugin(object):
     admin_views = []
     flask_blueprints = []
     menu_links = []
+    role_based_views = []
+    role_based_menu_items = []
 
 Review comment:
   Changed it to use appbuilder_views etc. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to