Project

General

Profile

« Previous | Next » 

Revision 3e7265a1

Added by Andreas Kohlbecker over 3 years ago

fix #9193 extending init strategy to avoid LIE in authorship

View differences:

cdmlib-remote/src/main/java/eu/etaxonomy/cdm/remote/controller/TaxonPortalController.java
120 120
            "name.nomenclaturalReference.authorship",
121 121
            "name.nomenclaturalReference.inReference",
122 122
            "name.rank.representations",
123
            "name.status.type.representations"
123
            "name.status.type.representations",
124
            "sec.authorship"
124 125
//            "descriptions" // TODO remove
125 126

  
126 127
            }));
......
140 141
            "name.nomenclaturalReference.authorship",
141 142
            "name.nomenclaturalReference.inReference",
142 143
            "taxonNodes.classification",
144
            "sec.authorship"
143 145
            }));
144 146

  
145 147
    private static final EntityInitStrategy SYNONYMY_INIT_STRATEGY = new EntityInitStrategy(Arrays.asList(new String []{

Also available in: Unified diff