new session for every search in bulk editor
authorKatja Luther <k.luther@bgbm.org>
Thu, 28 May 2015 12:08:37 +0000 (12:08 +0000)
committerKatja Luther <k.luther@bgbm.org>
Thu, 28 May 2015 12:08:37 +0000 (12:08 +0000)
eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/BulkEditor.java

index bbd7e4d2025753158b41e538665acdcb46c50013..c2978874b1a990ce1ac9e37636fe71b87580c3c0 100644 (file)
@@ -288,7 +288,7 @@ public class BulkEditor extends AnnotatedLineEditor implements IPartContentHasDe
            isDirty = false;
           
            super.doSave(progressMonitor);
-
+           
            selectFirstItem();
           
                getSourceViewer().getTextWidget().setFocus();
@@ -321,7 +321,9 @@ public class BulkEditor extends AnnotatedLineEditor implements IPartContentHasDe
                                        return;
                                }
                        }
-
+                       conversation.commit();
+                       conversation.clear();
+                       
                        getEditorInput().performSearch(query);
 
                        refresh();