Project

General

Profile

« Previous | Next » 

Revision 21e30f05

Added by Patrick Plitzner almost 6 years ago

ref #7439 auto resize columns after search

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/input/AbstractBulkEditorInput.java
190 190
                    monitor.setTaskName(String.format(Messages.AbstractBulkEditorInput_LOADED, loadedCount, totalWork, getName()));
191 191
                } while (!entities.isEmpty());
192 192
	            monitor.done();
193
	            if(selection!=null){
194
	                EventUtility.postAsyncEvent(WorkbenchEventConstants.BULK_EDITOR_SEARCH_FINISHED, selection);
195
	            }
193
	            EventUtility.postAsyncEvent(WorkbenchEventConstants.BULK_EDITOR_SEARCH_FINISHED, selection);
196 194
	        });
197 195
	        searchJob.schedule();
198 196
		}

Also available in: Unified diff