Project

General

Profile

« Previous | Next » 

Revision eae56a30

Added by Andreas Müller over 3 years ago

ref #6581 update HQL and property paths and similar to nomenclaturalSource (some issues unclear)

View differences:

cdmlib-remote/src/main/java/eu/etaxonomy/cdm/remote/controller/TaxonPortalListController.java
29 29
    private static final EntityInitStrategy SIMPLE_TAXON_INIT_STRATEGY = TaxonPortalController.SIMPLE_TAXON_INIT_STRATEGY.clone().extend(
30 30
            null,
31 31
            Arrays.asList(
32
            "synonym.name.nomenclaturalReference.authorship",
33
            "synonym.name.nomenclaturalReference.inReference.authorship"),
32
            "synonym.name.nomenclaturalSource.citation.authorship",
33
            "synonym.name.nomenclaturalSource.citation.inReference.authorship"),
34 34
            false
35 35
            );
36 36

  

Also available in: Unified diff