mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2025-12-23 05:01:58 +00:00
menu: temporarily remove overwrite
This commit is contained in:
@@ -67,11 +67,13 @@ def modify_user_dashboard():
|
|||||||
|
|
||||||
# order matters, this has to be here, otherwise it want override the orginal
|
# order matters, this has to be here, otherwise it want override the orginal
|
||||||
# entry
|
# entry
|
||||||
user_dashboard_menu.submenu("uploads").register(
|
|
||||||
"invenio_app_rdm_users.uploads",
|
# this is to buggy, it depends on the load order of the packages which is indeterminate
|
||||||
text=_("Research Results"),
|
# user_dashboard_menu.submenu("uploads").register(
|
||||||
order=1,
|
# "invenio_app_rdm_users.uploads",
|
||||||
)
|
# text=_("Research Results"),
|
||||||
|
# order=1,
|
||||||
|
# )
|
||||||
|
|
||||||
user_dashboard_menu.submenu("overview").register(
|
user_dashboard_menu.submenu("overview").register(
|
||||||
"invenio_theme_tugraz.overview",
|
"invenio_theme_tugraz.overview",
|
||||||
|
|||||||
Reference in New Issue
Block a user