Revision d847eb88
ref #7700: use TypedesignationSetManager for creating TypeDesignationString for homotypic group in cdm light export
cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/name/TypeDesignationSetManager.java | ||
---|---|---|
438 | 438 |
|
439 | 439 |
TypeDesignationBase typeDes = typeDesignations.get(typeDesignationEntityReference.getUuid()); |
440 | 440 |
if (typeDes.getCitation() != null){ |
441 |
workingsetBuilder.add(TagEnum.separator, REFERENCE_PARENTHESIS_LEFT); |
|
441 |
// workingsetBuilder.add(TagEnum.separator, REFERENCE_PARENTHESIS_LEFT);
|
|
442 | 442 |
String shortCitation = ((DefaultReferenceCacheStrategy)typeDes.getCitation().getCacheStrategy()).createShortCitation(typeDes.getCitation()); |
443 | 443 |
workingsetBuilder.add(TagEnum.reference, shortCitation, typeDesignationEntityReference); |
444 |
workingsetBuilder.add(TagEnum.separator, REFERENCE_PARENTHESIS_RIGHT); |
|
444 |
//workingsetBuilder.add(TagEnum.separator, REFERENCE_PARENTHESIS_RIGHT);
|
|
445 | 445 |
} |
446 | 446 |
|
447 | 447 |
if ((!typeStatus.equals(NULL_STATUS)) &&(typeDesignationCount == typeDesignationWorkingSet.get(typeStatus).size())){ |
Also available in: Unified diff