Project

General

Profile

« Previous | Next » 

Revision d29f2403

Added by Katja Luther over 4 years ago

aggregation configuration wizard page super class

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/configurator/DistributionAggregationConfiguratorWizard.java
57 57
        configurator.getTaxonNodeFilter().setRankMin(page.getLowerRank());
58 58
        configurator.setAggregationMode(page.getAggregationMode());
59 59
        configurator.setToParentSourceMode(page.getSourceModeChildParent());
60
        configurator.setWithinTaxonSourceMode(page.getSourceModeSuperAreaSubArea());
60
        configurator.setWithinTaxonSourceMode(page.getSourceModeWithinTaxon());
61 61

  
62 62
        UUID uuid = longRunningTaskService.invoke(configurator);
63 63

  

Also available in: Unified diff