#4630: fix search of bulkeditor if underlying data have changed
[taxeditor.git] / eu.etaxonomy.taxeditor.bulkeditor / src / main / java / eu / etaxonomy / taxeditor / bulkeditor / BulkEditor.java
index 3d07bf1f4d6da1253a9a1759187acd5388338b5d..fa41c940b36db7336debf8c330afcd202f7489fe 100644 (file)
@@ -278,9 +278,11 @@ public class BulkEditor extends AnnotatedLineEditor implements IPartContentHasDe
                                        return;
                                }
                        }
-                       conversation.commit();
                        conversation.clear();
-
+                       conversation.commit(true);
+                       
+                       getEditorInput().dispose();
+                       initializeEditor();
                        getEditorInput().performSearch(query);
 
                        refresh();