Project

General

Profile

« Previous | Next » 

Revision 23443827

Added by Katja Luther over 6 years ago

fix #6799: the destination file should not be passed to the server

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/wizard/CdmLightExportWizard.java
81 81
                    for(Classification c:listClassifications){
82 82
                        if(c.getTitleCache().equalsIgnoreCase(combo.getItem(selectionIndex))){
83 83
                            set.add(c.getUuid());
84
                            
84 85
                            if (!page.getCheckUseSelectedTaxonNode()){
85 86
                            	configurator.setTaxonNodeFilter(TaxonNodeFilter.NewClassificationInstance(c.getUuid()));
86 87
                            }

Also available in: Unified diff