Project

General

Profile

« Previous | Next » 

Revision bf20bbfd

Added by Katja Luther almost 4 years ago

adapt editor to value of statisticalMeasurementValue as BigDecimal

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/descriptiveDataSet/matrix/SpecimenSelectionDialog.java
214 214
        List<SpecimenNodeWrapper> result = new ArrayList<>();
215 215
        Collection<SpecimenNodeWrapper> specimenCache = matrix.getSpecimenCache();
216 216
        String text = txtTextFilter.getText();
217

  
218
        //filter for treeIndex is missing
217 219
        if(CdmUtils.isBlank(text)){
218 220
            result = new ArrayList<>(specimenCache);
219 221
        }

Also available in: Unified diff