potiuk commented on code in PR #29766:
URL: https://github.com/apache/airflow/pull/29766#discussion_r1118046851
##########
airflow/www/fab_security/manager.py:
##########
@@ -1397,6 +1424,24 @@ def get_user_menu_access(self, menu_names: list[str] |
None = None) -> set[str]:
else:
return self._get_user_permission_resources(None, "menu_access",
resource_names=menu_names)
+ def add_limit_view(self, baseview):
Review Comment:
I don't think we expose that view as we are not exposing other views, but I
added it anyway.
--
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]