]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-5012: Correct name of parent authority services for taxonomy records.
authorAron Roberts <aron@socrates.berkeley.edu>
Sat, 26 May 2012 00:01:07 +0000 (17:01 -0700)
committerAron Roberts <aron@socrates.berkeley.edu>
Sat, 26 May 2012 00:01:07 +0000 (17:01 -0700)
services/imports/service/src/main/java/org/collectionspace/services/imports/TemplateExpander.java

index 475889a3277ca2ccf8ffc1222678169294d33fb9..4dd61f986056aa085f8e3e76f72fce42b2a3419b 100644 (file)
@@ -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;
     }