From: Aron Roberts Date: Sat, 26 May 2012 00:01:07 +0000 (-0700) Subject: CSPACE-5012: Correct name of parent authority services for taxonomy records. X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=7ba23c6b17865bc8ac8e501558e48af0986422ec;p=tmp%2Fjakarta-migration.git CSPACE-5012: Correct name of parent authority services for taxonomy records. --- diff --git a/services/imports/service/src/main/java/org/collectionspace/services/imports/TemplateExpander.java b/services/imports/service/src/main/java/org/collectionspace/services/imports/TemplateExpander.java index 475889a32..4dd61f986 100644 --- a/services/imports/service/src/main/java/org/collectionspace/services/imports/TemplateExpander.java +++ b/services/imports/service/src/main/java/org/collectionspace/services/imports/TemplateExpander.java @@ -193,7 +193,7 @@ public class TemplateExpander { docTypeSvcNameRegistry.put("Person", "Personauthorities"); docTypeSvcNameRegistry.put("Place", "Placeauthorities"); docTypeSvcNameRegistry.put("Organization", "Orgauthorities"); - docTypeSvcNameRegistry.put("Taxon", "Taxonauthority"); + docTypeSvcNameRegistry.put("Taxon", "Taxonomyauthority"); } return docTypeSvcNameRegistry; }