Project

General

Profile

« Previous | Next » 

Revision 806114a3

Added by Patrick Plitzner over 6 years ago

ref #7095 Fix search configurator for specimen selection

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/workingSet/matrix/SpecimenSelectionDialog.java
78 78
            Taxon taxon = taxonNodeService.load(uuid).getTaxon();
79 79
            if(taxon!=null){
80 80
                FindOccurrencesConfigurator config = new FindOccurrencesConfigurator();
81
                config.setAssociatedTaxonUuid(uuid);
81
                config.setAssociatedTaxonUuid(taxon.getUuid());
82 82
                specimens.addAll(CdmStore.getService(IOccurrenceService.class).findByTitle(config).getRecords());
83 83
            }
84 84
        }

Also available in: Unified diff