ref #8969: prior deduplication is saved when clicking ok
authorKatja Luther <k.luther@bgbm.org>
Fri, 24 Apr 2020 12:54:14 +0000 (14:54 +0200)
committerKatja Luther <k.luther@bgbm.org>
Fri, 24 Apr 2020 12:54:14 +0000 (14:54 +0200)
eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/e4/handler/MergeGroupHandlerE4.java

index e1c119ec4e3fa4a44015c82ff53af34ca30fbd3f..0a7b468ae14e37472eb15b77d987e924edaa9759 100644 (file)
@@ -57,7 +57,7 @@ public class MergeGroupHandlerE4 {
             if (proceed) {
                 BulkEditorQuery lastQuery = editor.getLastQuery();
                 editor.setLastQuery(null);
-                editor.save(new NullProgressMonitor(), false);
+                editor.save(new NullProgressMonitor(), true);
                 editor.setLastQuery(lastQuery);
             } else {
                 return ;