Project

General

Profile

« Previous | Next » 

Revision 4672fa5f

Added by Andreas Müller about 3 years ago

ref #9461 try to fix not working filter by using dto not dtos

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/component/distributionStatus/AreaAndTaxonSettingsConfigWindow.java
252 252
            		BeanItemContainer<UuidAndTitleCache<TaxonNode>> container = new BeanItemContainer<>(UuidAndTitleCache.class);
253 253
            		taxonTree.setContainerDataSource(container);
254 254
            		for (TaxonNodeDto taxonNodeDTO : taxonNodeDtos) {
255
            			container.addItem(taxonNodeDtos);
256
            			taxonTree.setChildrenAllowed(taxonNodeDtos, false);
255
            			container.addItem(taxonNodeDTO);
256
            			taxonTree.setChildrenAllowed(taxonNodeDTO, false);
257 257
            		}
258 258
            		taxonTree.setVisibleColumns("titleCache"); //$NON-NLS-1$
259 259
            	}

Also available in: Unified diff