pierrejeambrun commented on code in PR #47681:
URL: https://github.com/apache/airflow/pull/47681#discussion_r2022829178
##########
airflow/api_fastapi/core_api/routes/ui/auth.py:
##########
@@ -31,7 +31,7 @@
def get_auth_links(
user: GetUserDep,
) -> MenuItemCollectionResponse:
- menu_items = get_auth_manager().get_menu_items(user=user)
+ menu_items = get_auth_manager().get_extra_menu_items(user=user)
Review Comment:
> Correct, this is not used yet in the UI (see
https://github.com/apache/airflow/issues/47412#issuecomment-2740442710) but we
should definitely use it
I'm saying that there is not endpoint utilizing that at the moment, so the
API is missing an extra endpoint ?
--
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]