Project

General

Profile

« Previous | Next » 

Revision 7d595ebb

Added by Andreas Müller almost 2 years ago

ref #3722, ref #10067, ref #8127 remove childnodes nullcheck in ChecklistEditorInput

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/checklist/ChecklistEditorInput.java
63 63
    }
64 64

  
65 65
    private void getChildTaxa(TaxonNode taxonNode2) {
66
       taxonNode2.removeNullValueFromChildren();
66
//       taxonNode2.removeNullValueFromChildren();
67 67
       if (taxonNode2.hasChildNodes()){
68 68
           for (TaxonNode node: taxonNode2.getChildNodes()){
69 69
        	   node = CdmStore.getService(ITaxonNodeService.class).load(node.getUuid(), getTaxonNodePropertyPaths());

Also available in: Unified diff