From 7294b692e470d38614b026b32df386743307b194 Mon Sep 17 00:00:00 2001 From: Luca Giamminonni Date: Thu, 12 Oct 2023 16:12:42 +0200 Subject: [PATCH] [DSC-1274] Configured RorOrgUnitAuthority as default authority for orgunit --- dspace/config/modules/authority.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dspace/config/modules/authority.cfg b/dspace/config/modules/authority.cfg index 790489d15d5a..4642c536d7b7 100644 --- a/dspace/config/modules/authority.cfg +++ b/dspace/config/modules/authority.cfg @@ -86,7 +86,7 @@ plugin.named.org.dspace.content.authority.ChoiceAuthority = \ org.dspace.content.authority.OrcidAuthority = AuthorCoarseMatchAuthority, \ org.dspace.content.authority.ItemAuthority = DataSetAuthority,\ org.dspace.content.authority.ItemAuthority = JournalAuthority,\ - org.dspace.content.authority.ItemAuthority = OrgUnitAuthority,\ + org.dspace.content.authority.RorOrgUnitAuthority = OrgUnitAuthority,\ org.dspace.content.authority.ItemAuthority = ProjectAuthority,\ org.dspace.content.authority.OpenAIREProjectAuthority = FundingAuthority,\ org.dspace.content.authority.ItemAuthority = PublicationAuthority,\