ref #9532: adapt taxonbase propertypath for nameEditor
authorKatja Luther <k.luther@bgbm.org>
Tue, 16 Mar 2021 08:43:36 +0000 (09:43 +0100)
committerKatja Luther <k.luther@bgbm.org>
Tue, 16 Mar 2021 08:43:36 +0000 (09:43 +0100)
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/e4/TaxonEditorInputE4.java

index 4f63bb34a7cd07ec000665e06e03b98dec626580..3f54d4b48e69a56effef0b27f893e2afb6a67dfe 100644 (file)
@@ -472,23 +472,53 @@ public class TaxonEditorInputE4  extends CdmEntitySessionInput<TaxonNode>
                 "descriptions.descriptionElements.feature", //$NON-NLS-1$
                 "descriptions.descriptionElements.area", //$NON-NLS-1$
                 "descriptions.descriptionElements.status", //$NON-NLS-1$
+                "descriptions.descriptionElements.markers", //$NON-NLS-1$
+                "descriptions.descriptionElements.sources", //$NON-NLS-1$
+                "descriptions.descriptionElements.annotations", //$NON-NLS-1$
                 "descriptions.markers", //$NON-NLS-1$
+                "descriptions.descriptionSources", //$NON-NLS-1$
+                "descriptions.sources", //$NON-NLS-1$
+                "descriptions.annotations", //$NON-NLS-1$
+                "descriptions.links", //$NON-NLS-1$
                 "name.descriptions", //$NON-NLS-1$
                 "name.typeDesignations.typeSpecimen.derivedFrom.originals", //$NON-NLS-1$
+                "name.typeDesignations.source", //$NON-NLS-1$
+                "name.typeDesignations.source.nameUsedInSource", //$NON-NLS-1$
+                "name.typeDesignations.source.citation", //$NON-NLS-1$
+                "name.typeDesignations.source.links", //$NON-NLS-1$
+                "name.typeDesignations.text", //$NON-NLS-1$
+                "name.typeDesignations.sources", //$NON-NLS-1$
                 "name.status", //$NON-NLS-1$
-                "name.nomenclaturalReference.inReference", //$NON-NLS-1$
+                "name.nomenclaturalSource", //$NON-NLS-1$
+                "name.nomenclaturalSource.nameUsedInSource", //$NON-NLS-1$
+                "name.nomenclaturalSource.links.description", //$NON-NLS-1$
+                "name.nomenclaturalSource.citation", //$NON-NLS-1$
+                "name.nomenclaturalSource.citation.inReference", //$NON-NLS-1$
+                "name.nomenclaturalSource.cdmSource", //$NON-NLS-1$
+                "name.nomenclaturalSource.cdmSource.description", //$NON-NLS-1$
                 "name.taxonBases.taxonNodes", //$NON-NLS-1$
                 "name.relationsFromThisName", //$NON-NLS-1$
+                "name.relationsFromThisName.relatedTo", //$NON-NLS-1$
                 "name.relationsToThisName", //$NON-NLS-1$
+                "name.relationsToThisName.relatedFrom", //$NON-NLS-1$
                 "name.homotypicalGroup.typifiedNames.taxonBases.synonyms.synonym.name.status", //$NON-NLS-1$
                 "name.homotypicalGroup.typifiedNames.relationsToThisName.fromName", //$NON-NLS-1$
                 "synonyms.name.status.type", //$NON-NLS-1$
-                "synonyms.name.relationsToThisName.fromName", //$NON-NLS-1$
-                "synonyms.name.nomenclaturalReference.inReference.authorship", //$NON-NLS-1$
-                "synonyms.name.nomenclaturalReference.authorship", //$NON-NLS-1$
+                "synonyms.name.relationsToThisName.relatedFrom", //$NON-NLS-1$
+                "synonyms.name.relationsFromThisName.relatedTo", //$NON-NLS-1$
+                "synonyms.name.nomenclaturalSource", //$NON-NLS-1$
+                "synonyms.name.nomenclaturalSource.nameUsedInSource", //$NON-NLS-1$
+                "synonyms.name.nomenclaturalSource.links", //$NON-NLS-1$
+                "synonyms.name.nomenclaturalSource.citation", //$NON-NLS-1$
+                "synonyms.name.nomenclaturalSource.citation.inReference", //$NON-NLS-1$
+                "synonyms.name.nomenclaturalSource.cdmSource", //$NON-NLS-1$
+                "synonyms.name.nomenclaturalSource.cdmSource.description", //$NON-NLS-1$
+                "synonyms.name.nomenclaturalSource.citation.inReference.authorship", //$NON-NLS-1$
+                "synonyms.name.nomenclaturalSource.citation.authorship", //$NON-NLS-1$
                 "synonyms.name.homotypicalGroup.typifiedNames.taxonBases.synonyms", //$NON-NLS-1$
                 "relationsFromThisTaxon",//$NON-NLS-1$
                 "relationsToThisTaxon"//$NON-NLS-1$
+
         });
 
         return taxonBasePropertyPaths;