Project

General

Profile

« Previous | Next » 

Revision 11e08c97

Added by Andreas Müller about 3 years ago

ref #9330 adapt TaxEditor to removed NomenclaturalReference type

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/configurator/DistributionAggregationWizardPage.java
364 364
        Arrays.sort(typeArray, new OriginalSourceTypeComparator(null));
365 365
        Arrays.stream(typeArray).forEach(p ->typeMap.put(p.getLabel(), p));
366 366
        Arrays.stream(typeArray).forEach(p ->typeStrings.add(p.getLabel()));
367
        typeStrings.remove(OriginalSourceType.NomenclaturalReference.getLabel());
368 367
        sourceTypeViewer.setInput(typeStrings);
369 368
        sourceTypeViewer.setChecked(OriginalSourceType.PrimaryMediaSource.getLabel(), true);
370 369
        sourceTypeViewer.setChecked(OriginalSourceType.PrimaryTaxonomicSource.getLabel(), true);

Also available in: Unified diff