Project

General

Profile

« Previous | Next » 

Revision 2babc4fd

Added by Katja Luther over 6 years ago

fix save for bulkeditor

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/e4/BulkEditorE4.java
216 216
//	            cdmBaseList.add(item);
217 217
//            }
218 218
//	    }
219
	    if (!cdmBaseList.isEmpty()){
219
	    if (!saveCandidates.isEmpty()){
220 220
	        CdmStore.getService(saveCandidates.get(0)).merge(saveCandidates, true);
221 221
	    }
222 222
        dirty.setDirty(false);

Also available in: Unified diff