#4630: fix search of bulkeditor if underlying data have changed
authorKatja Luther <k.luther@bgbm.org>
Fri, 1 Jul 2016 09:21:56 +0000 (11:21 +0200)
committerKatja Luther <k.luther@bgbm.org>
Fri, 1 Jul 2016 09:21:56 +0000 (11:21 +0200)
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();