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-services/src/main/java/eu/etaxonomy/cdm/api/service/registration/RegistrationWorkingSetService.java
79 79

  
80 80
            // name
81 81
            "name.$",
82
            "name.nomenclaturalReference",
82
            "name.nomenclaturalSource.citation",
83 83
            "name.rank",
84 84
            "name.homotypicalGroup.typifiedNames",
85 85
            "name.status.type",
......
89 89
            }
90 90
            ))
91 91
            .extend("typeDesignations.citation", ReferenceEllypsisFormatter.INIT_STRATEGY, false)
92
            .extend("name.nomenclaturalReference", ReferenceEllypsisFormatter.INIT_STRATEGY, false);
92
            .extend("name.nomenclaturalSource.citation", ReferenceEllypsisFormatter.INIT_STRATEGY, false);
93 93

  
94 94
    public  EntityInitStrategy DERIVEDUNIT_INIT_STRATEGY = new EntityInitStrategy(Arrays.asList(new String[]{
95 95
           "*", // initialize all related entities to allow DerivedUnit conversion, see DerivedUnitConverter.copyPropertiesTo()
......
120 120
          "blockedBy.typeDesignations.typeStatus",
121 121
//          "typeDesignations.typifiedNames.typeDesignations", // important !?
122 122
//          "blockedBy.name.$",
123
          "blockedBy.name.nomenclaturalReference.authorship",
124
          "blockedBy.name.nomenclaturalReference.inReference",
123
          "blockedBy.name.nomenclaturalSource.citation.authorship",
124
          "blockedBy.name.nomenclaturalSource.citation.inReference",
125 125
          "blockedBy.name.rank",
126 126
          // institution
127 127
          "blockedBy.institution",

Also available in: Unified diff