Project

General

Profile

« Previous | Next » 

Revision 2acd007d

Added by Fabian Reimeier about 6 years ago

ref #7254 add all children to container

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/container/TaxonNodeContainer.java
57 57
                Item childItem = addItem(child);
58 58
                if(childItem!=null){
59 59
                    setParent(child, parent);
60
                    addChildItems(child);
60 61
                }
62
                   /*
61 63
                Collection<UuidAndTitleCache<TaxonNode>> grandChildren = CdmSpringContextHelper.getTaxonNodeService().listChildNodesAsUuidAndTitleCache(child);
62
                setChildrenAllowed(child, !grandChildren.isEmpty());
64
                setChildrenAllowed(child, !grandChildren.isEmpty());*/
63 65
            }
64 66
            itemCache.put(parent.getId(), true);
65 67
        }

Also available in: Unified diff