vincbeck commented on code in PR #37947:
URL: https://github.com/apache/airflow/pull/37947#discussion_r1516600304


##########
airflow/www/security_manager.py:
##########
@@ -348,3 +348,9 @@ def _is_authorized_category_menu(self, category: str) -> 
Callable:
             
self._get_auth_manager_is_authorized_method(fab_resource_name=item)(action, 
resource_pk, user)
             for item in items
         )
+
+    def add_permissions_view(self, base_action_names, resource_name):

Review Comment:
   These methods were removed in #37889 but they are actually needed



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