Project

General

Profile

« Previous | Next » 

Revision 1bc810db

Added by Katja Luther almost 8 years ago

#4630: fix search of bulkeditor if underlying data have changed

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/BulkEditor.java
278 278
					return;
279 279
				}
280 280
			}
281
			conversation.commit();
282 281
			conversation.clear();
283

  
282
			conversation.commit(true);
283
			
284
			getEditorInput().dispose();
285
			initializeEditor();
284 286
			getEditorInput().performSearch(query);
285 287

  
286 288
			refresh();

Also available in: Unified diff