Project

General

Profile

« Previous | Next » 

Revision fbdeccd7

Added by Patrick Plitzner almost 6 years ago

ref #7505, #6321 Update UI after bulk editor search + remove page size

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/input/AbstractBulkEditorInput.java
17 17
import java.util.Set;
18 18
import java.util.UUID;
19 19

  
20
import org.eclipse.core.runtime.ICoreRunnable;
21 20
import org.eclipse.core.runtime.jobs.Job;
22 21
import org.eclipse.jface.viewers.IStructuredSelection;
23 22

  
......
190 189
//                    monitor.setTaskName(String.format(Messages.AbstractBulkEditorInput_LOADED, loadedCount, totalWork, getName()));
191 190
//                } while (!entities.isEmpty());
192 191
//	            monitor.done();
193
//	            EventUtility.postAsyncEvent(WorkbenchEventConstants.BULK_EDITOR_SEARCH_FINISHED, selection);
192
	            EventUtility.postAsyncEvent(WorkbenchEventConstants.BULK_EDITOR_SEARCH_FINISHED, selection);
194 193
//	        });
195 194
//	        searchJob.schedule();
196 195
		}

Also available in: Unified diff