From 80ecea57cf21178441f08c4b809ddb38096e8be9 Mon Sep 17 00:00:00 2001 From: Laura Date: Tue, 23 Dec 2025 13:52:58 +0100 Subject: [PATCH] Set default publisher to Medical University of Graz --- themes/MUG/invenio.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/MUG/invenio.cfg b/themes/MUG/invenio.cfg index e137278..b6f4dbf 100644 --- a/themes/MUG/invenio.cfg +++ b/themes/MUG/invenio.cfg @@ -125,7 +125,7 @@ APP_RDM_DEPOSIT_FORM_DEFAULTS = { "link": "https://creativecommons.org/licenses/by/4.0/legalcode", } ], - "publisher": "instance", + "publisher": "Medical University of Graz", } APP_RDM_DEPOSIT_FORM_AUTOCOMPLETE_NAMES = 'search' # "search_only" or "off"