Project

General

Profile

« Previous | Next » 

Revision 2400a412

Added by Katja Luther over 5 years ago

adapt editor to changes in biocase query

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/dataimport/SpecimenSearchWizardPage.java
53 53
        String herbarium = specimenSearchController.getHerbarium();
54 54
        String locality = specimenSearchController.getLocality();
55 55
        String taxonName = specimenSearchController.getTaxonName();
56
        return new OccurenceQuery(taxonName, collector, collectorsNumber, accessionNumber, herbarium, country, locality, dateFrom, dateTo);
56
        return new OccurenceQuery(taxonName, collector, collectorsNumber, accessionNumber, herbarium, country, locality, dateFrom, dateTo, false);
57 57
    }
58 58

  
59 59
    /**

Also available in: Unified diff