Project

General

Profile

« Previous | Next » 

Revision 004972d5

Added by Andreas Kohlbecker over 3 years ago

ref #9313 further init strategy extension to adapt to new OriginalSources ref #6581

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/name/TaxonNameEditorPresenter.java
342 342
                "nomenclaturalSource.links",  // needed to allow access in OriginalSourceBase.checkEmpty()
343 343

  
344 344
                "status.type",
345
                "status.citation",
345
                "status.source.citation",
346
                "status.source.annotations", // needed to allow access in AnnotatableEntity.checkEmpty()
347
                "status.source.markers", // needed to allow access in AnnotatableEntity.checkEmpty()
348
                "status.source.links", // needed to allow access in AnnotatableEntity.checkEmpty()
346 349

  
347 350
                "combinationAuthorship",
348 351
                "exCombinationAuthorship",
......
357 360
                "relationsToThisName.fromName.nomenclaturalSource.citation.authorship",
358 361
                "relationsToThisName.fromName.nomenclaturalSource.citation.inReference.authorship",
359 362
                "relationsToThisName.fromName.nomenclaturalSource.citation.inReference.inReference.inReference.authorship",
363
                "relationsToThisName.fromName.nomenclaturalSource.annotations", // needed to allow access in OriginalSourceBase.checkEmpty()
364
                "relationsToThisName.fromName.nomenclaturalSource.markers", // needed to allow access in OriginalSourceBase.checkEmpty()
365
                "relationsToThisName.fromName.nomenclaturalSource.links", // needed to allow access in OriginalSourceBase.checkEmpty()
360 366
                "relationsToThisName.fromName.relationsToThisName",
361 367
                "relationsToThisName.fromName.relationsFromThisName",
362
                "relationsToThisName.citation",
368
                "relationsToThisName.source.citation",
369
                "relationsToThisName.source.annotations", // needed to allow access in OriginalSourceBase.checkEmpty()
370
                "relationsToThisName.source.markers", // needed to allow access in OriginalSourceBase.checkEmpty()
371
                "relationsToThisName.source.links", // needed to allow access in OriginalSourceBase.checkEmpty()
363 372
                "relationsFromThisName",
364 373
                "homotypicalGroup.typifiedNames"
365 374
                )

Also available in: Unified diff