From 39d87339c22078e235532d7ea3bc20ff8b15335e Mon Sep 17 00:00:00 2001 From: Christoph Ladurner Date: Tue, 7 Nov 2023 23:23:20 +0100 Subject: [PATCH] menu: temporarily remove overwrite --- invenio_theme_tugraz/views.py | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/invenio_theme_tugraz/views.py b/invenio_theme_tugraz/views.py index 0e3ac60..504560b 100644 --- a/invenio_theme_tugraz/views.py +++ b/invenio_theme_tugraz/views.py @@ -67,11 +67,13 @@ def modify_user_dashboard(): # order matters, this has to be here, otherwise it want override the orginal # entry - user_dashboard_menu.submenu("uploads").register( - "invenio_app_rdm_users.uploads", - text=_("Research Results"), - order=1, - ) + + # this is to buggy, it depends on the load order of the packages which is indeterminate + # user_dashboard_menu.submenu("uploads").register( + # "invenio_app_rdm_users.uploads", + # text=_("Research Results"), + # order=1, + # ) user_dashboard_menu.submenu("overview").register( "invenio_theme_tugraz.overview",