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


##########
airflow/providers/fab/auth_manager/fab_auth_manager.py:
##########
@@ -263,8 +261,10 @@ def is_authorized_variable(
         return self._is_authorized(method=method, 
resource_type=RESOURCE_VARIABLE, user=user)
 
     def is_authorized_view(self, *, access_view: AccessView, user: BaseUser | 
None = None) -> bool:
+        # Docs are just links the menu and not pages

Review Comment:
   Will do, sorry about that



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