ref #6932 Invoke search in new session
authorPatrick Plitzner <p.plitzner@bgbm.org>
Wed, 1 Nov 2017 14:04:46 +0000 (15:04 +0100)
committerPatrick Plitzner <p.plitzner@bgbm.org>
Wed, 1 Nov 2017 14:04:46 +0000 (15:04 +0100)
eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/e4/BulkEditorE4.java

index 34ea9540a1a8d4882270b0331fc07a501dbb527e..2dcc33c03196394835a1ceb75c643ef30a5c043d 100644 (file)
@@ -229,6 +229,8 @@ public class BulkEditorE4 implements IPartContentHasDetails, IConversationEnable
                 }
             }
 
+            getEditorInput().dispose();
+            getEditorInput().bind();
             getEditorInput().performSearch(query);
 
             viewer.setInput(getEditorInput().getModel());