]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-4813,CSPACE-3178: Added comment to authority item doc model handler, with...
authorAron Roberts <aron@socrates.berkeley.edu>
Tue, 8 May 2012 21:32:26 +0000 (14:32 -0700)
committerAron Roberts <aron@socrates.berkeley.edu>
Tue, 8 May 2012 21:32:26 +0000 (14:32 -0700)
services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/nuxeo/AuthorityItemDocumentModelHandler.java

index c480dd53bc66ce02b857714ab3dc1f95055a6ce5..a82daf2ecd16299b0f3eb542cc8d65b5a2fcda5a 100644 (file)
@@ -233,6 +233,12 @@ public abstract class AuthorityItemDocumentModelHandler<AICommon>
         // Ensure we have required fields set properly
         handleInAuthority(wrapDoc.getWrappedObject());
         
+        // FIXME: This call to synthesize a shortIdentifier from the termDisplayName
+        // of the preferred term may have been commented out, in the course of
+        // adding support for preferred / non-preferred terms, in CSPACE-4813
+        // and linked issues. Revisit this to determine whether we want to
+        // re-enable it.
+        //
         // CSPACE-3178:
         // handleDisplayNameAsShortIdentifier(wrapDoc.getWrappedObject(), authorityItemCommonSchemaName);
         // refName includes displayName, so we force a correct value here.