Project

General

Profile

« Previous | Next » 

Revision 7015f9f1

Added by Katja Luther about 4 years ago

use uuid instead of entities for specimen selection

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/descriptiveDataSet/matrix/SpecimenSelectionDialog.java
193 193
    }
194 194

  
195 195
    private void loadSpecimens(){
196
        ArrayList<SpecimenNodeWrapper> specimenList = new ArrayList<>(CdmStore.getService(IDescriptiveDataSetService.class).loadSpecimens(matrix.getDescriptiveDataSet()));
196
        ArrayList<SpecimenNodeWrapper> specimenList = new ArrayList<>(CdmStore.getService(IDescriptiveDataSetService.class).loadSpecimens(matrix.getDescriptiveDataSet().getUuid()));
197 197
        Collections.sort(specimenList, new Comparator<SpecimenNodeWrapper>() {
198 198

  
199 199
            @Override

Also available in: Unified diff