Project

General

Profile

« Previous | Next » 

Revision da9e29c4

Added by Katja Luther over 3 years ago

ref #9103: add handling of classifications in TaxonnodeDto - continue

View differences:

cdmlib-persistence/src/main/java/eu/etaxonomy/cdm/persistence/dto/TaxonNodeDto.java
116 116
            rankOrderIndex = null;
117 117
        }
118 118
        if (taxonNode != null || classification != null){
119
            taxonNode = classification.getRootNode();
119
            if (classification != null){
120
                taxonNode = classification.getRootNode();
121
            }
120 122
            taxonomicChildrenCount = taxonNode.getCountChildren();
121 123
            status = taxonNode.getStatus();
122 124

  

Also available in: Unified diff