Project

General

Profile

« Previous | Next » 

Revision 463010cd

Added by Andreas Kohlbecker over 6 years ago

improving init strategy

View differences:

src/main/java/eu/etaxonomy/cdm/service/RegistrationWorkingSetService.java
74 74
    *
75 75
    */
76 76
   private  List<String> DERIVEDUNIT_INIT_STRATEGY = Arrays.asList(new String[]{
77
           "collection",
78
           "storedUnder",
79
           "preservation",
80
           "recordBasis",
81
           "sex",
82
           "lifeStage",
83
           "kindOfUnit",
77
           "*", // initialize all related entities to allow DerivedUnit conversion, see DerivedUnitConverter.copyPropertiesTo()
84 78
           "derivedFrom.$",
85 79
           "derivedFrom.type",
86 80
           "derivedFrom.originals.derivationEvents", // important!!

Also available in: Unified diff