Project

General

Profile

« Previous | Next » 

Revision 942c70c2

Added by Katja Luther about 3 years ago

ref #9532: adapt taxonbase propertypath for nameEditor

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/e4/TaxonEditorInputE4.java
472 472
                "descriptions.descriptionElements.feature", //$NON-NLS-1$
473 473
                "descriptions.descriptionElements.area", //$NON-NLS-1$
474 474
                "descriptions.descriptionElements.status", //$NON-NLS-1$
475
                "descriptions.descriptionElements.markers", //$NON-NLS-1$
476
                "descriptions.descriptionElements.sources", //$NON-NLS-1$
477
                "descriptions.descriptionElements.annotations", //$NON-NLS-1$
475 478
                "descriptions.markers", //$NON-NLS-1$
479
                "descriptions.descriptionSources", //$NON-NLS-1$
480
                "descriptions.sources", //$NON-NLS-1$
481
                "descriptions.annotations", //$NON-NLS-1$
482
                "descriptions.links", //$NON-NLS-1$
476 483
                "name.descriptions", //$NON-NLS-1$
477 484
                "name.typeDesignations.typeSpecimen.derivedFrom.originals", //$NON-NLS-1$
485
                "name.typeDesignations.source", //$NON-NLS-1$
486
                "name.typeDesignations.source.nameUsedInSource", //$NON-NLS-1$
487
                "name.typeDesignations.source.citation", //$NON-NLS-1$
488
                "name.typeDesignations.source.links", //$NON-NLS-1$
489
                "name.typeDesignations.text", //$NON-NLS-1$
490
                "name.typeDesignations.sources", //$NON-NLS-1$
478 491
                "name.status", //$NON-NLS-1$
479
                "name.nomenclaturalReference.inReference", //$NON-NLS-1$
492
                "name.nomenclaturalSource", //$NON-NLS-1$
493
                "name.nomenclaturalSource.nameUsedInSource", //$NON-NLS-1$
494
                "name.nomenclaturalSource.links.description", //$NON-NLS-1$
495
                "name.nomenclaturalSource.citation", //$NON-NLS-1$
496
                "name.nomenclaturalSource.citation.inReference", //$NON-NLS-1$
497
                "name.nomenclaturalSource.cdmSource", //$NON-NLS-1$
498
                "name.nomenclaturalSource.cdmSource.description", //$NON-NLS-1$
480 499
                "name.taxonBases.taxonNodes", //$NON-NLS-1$
481 500
                "name.relationsFromThisName", //$NON-NLS-1$
501
                "name.relationsFromThisName.relatedTo", //$NON-NLS-1$
482 502
                "name.relationsToThisName", //$NON-NLS-1$
503
                "name.relationsToThisName.relatedFrom", //$NON-NLS-1$
483 504
                "name.homotypicalGroup.typifiedNames.taxonBases.synonyms.synonym.name.status", //$NON-NLS-1$
484 505
                "name.homotypicalGroup.typifiedNames.relationsToThisName.fromName", //$NON-NLS-1$
485 506
                "synonyms.name.status.type", //$NON-NLS-1$
486
                "synonyms.name.relationsToThisName.fromName", //$NON-NLS-1$
487
                "synonyms.name.nomenclaturalReference.inReference.authorship", //$NON-NLS-1$
488
                "synonyms.name.nomenclaturalReference.authorship", //$NON-NLS-1$
507
                "synonyms.name.relationsToThisName.relatedFrom", //$NON-NLS-1$
508
                "synonyms.name.relationsFromThisName.relatedTo", //$NON-NLS-1$
509
                "synonyms.name.nomenclaturalSource", //$NON-NLS-1$
510
                "synonyms.name.nomenclaturalSource.nameUsedInSource", //$NON-NLS-1$
511
                "synonyms.name.nomenclaturalSource.links", //$NON-NLS-1$
512
                "synonyms.name.nomenclaturalSource.citation", //$NON-NLS-1$
513
                "synonyms.name.nomenclaturalSource.citation.inReference", //$NON-NLS-1$
514
                "synonyms.name.nomenclaturalSource.cdmSource", //$NON-NLS-1$
515
                "synonyms.name.nomenclaturalSource.cdmSource.description", //$NON-NLS-1$
516
                "synonyms.name.nomenclaturalSource.citation.inReference.authorship", //$NON-NLS-1$
517
                "synonyms.name.nomenclaturalSource.citation.authorship", //$NON-NLS-1$
489 518
                "synonyms.name.homotypicalGroup.typifiedNames.taxonBases.synonyms", //$NON-NLS-1$
490 519
                "relationsFromThisTaxon",//$NON-NLS-1$
491 520
                "relationsToThisTaxon"//$NON-NLS-1$
521

  
492 522
        });
493 523

  
494 524
        return taxonBasePropertyPaths;

Also available in: Unified diff