diff --git a/themes/MUG/invenio.cfg b/themes/MUG/invenio.cfg index 13b32ff..8d6c4d0 100644 --- a/themes/MUG/invenio.cfg +++ b/themes/MUG/invenio.cfg @@ -288,6 +288,13 @@ OVERRIDE_SHOW_PUBLICATIONS_SEARCH = True OVERRIDE_SHOW_EDUCATIONAL_RESOURCES = False """Enable or disable the educational resources global search feature.""" +import invenio_records_lom.ext + +def register_lom_dashboard_tab(): + pass + +invenio_records_lom.ext.register_lom_dashboard_tab = register_lom_dashboard_tab + GLOBAL_SEARCH_SCHEMAS = { "rdm": { "schema": "rdm",