Project

General

Profile

« Previous | Next » 

Revision 31a9124b

Added by Patrick Plitzner almost 6 years ago

ref #7439 Cleanup saveCandidates of bulk editor input

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/e4/BulkEditorE4.java
332 332
        }
333 333
	    input.saveModel(resetMerge);
334 334

  
335
	    List<CdmBase> saveCandidates = getEditorInput().getSaveCandidates();
336 335
	    IStructuredSelection selection = getSelection();
337 336

  
338 337
        dirty.setDirty(false);
339
        getEditorInput().resetSaveCandidates();
340 338
        getEditorInput().dispose();
341 339
        getEditorInput().bind();
342 340
        conversation.commit(true);

Also available in: Unified diff