new session for every search in bulk editor
[taxeditor.git] / 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();