Project

General

Profile

« Previous | Next » 

Revision 5a6c3028

Added by Katja Luther almost 7 years ago

smaller changes for io result display and configuration of exports and imports

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/wizard/ExcelDistributionUpdateWizard.java
75 75
        UUID vocUuid = dataSourcePage.getVocUuid();
76 76

  
77 77
        configurator.setAreaVocabularyUuid(vocUuid);
78
        //CdmStore.getImportManager().runMoniteredOperation(configurator, new File(source), SOURCE_TYPE.INPUTSTREAM);
78 79
        Job job = CdmStore.getImportManager().createIOServiceJob(configurator);
79 80
        CdmStore.getImportManager().run(job);
80 81

  

Also available in: Unified diff