Project

General

Profile

« Previous | Next » 

Revision e9c6f795

Added by Andreas Kohlbecker almost 6 years ago

fix #7381 invalid initstrategy was causing LIEs on saving SpecimenTypeDesignationEditor

View differences:

src/main/java/eu/etaxonomy/cdm/service/SpecimenTypeDesignationWorkingSetServiceImpl.java
66 66
    }
67 67

  
68 68
    public static final List<String> TAXON_NAME_INIT_STRATEGY = Arrays.asList(new String []{
69
            "name.$",
70
            "name.nomenclaturalReference.authorship",
71
            "name.nomenclaturalReference.inReference",
72
            "name.rank",
73
            "name.status.type",
74
            "name.typeDesignations"
69
            "$",
70
            "nomenclaturalReference.authorship",
71
            "nomenclaturalReference.inReference.authorship",
72
            "nomenclaturalReference.inReference.inReference.authorship",
73
            "status.type",
74
            "typeDesignations"
75 75
            }
76 76
    );
77 77

  

Also available in: Unified diff