Project

General

Profile

« Previous | Next » 

Revision 172c0b19

Added by Andreas Müller almost 2 years ago

ref #10067, ref #3722, ref #8127 preliminary add sortIndex field again to avoid problem with model cache in TaxEditor

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/taxon/TaxonNode.java
145 145
    //do not cascade
146 146
    private List<TaxonNode> childNodes = new ArrayList<>();
147 147

  
148
    //TODO remove
149
    //see https://dev.e-taxonomy.eu/redmine/issues/3722
150
    //see https://dev.e-taxonomy.eu/redmine/issues/4200
151
    @Transient
152
    private Integer sortIndex = -1;
153

  
148 154
    @XmlElement(name = "countChildren")
149 155
    private int countChildren;
150 156

  

Also available in: Unified diff