fix save for bulkeditor
authorKatja Luther <k.luther@bgbm.org>
Fri, 24 Nov 2017 08:42:45 +0000 (09:42 +0100)
committerKatja Luther <k.luther@bgbm.org>
Fri, 24 Nov 2017 08:42:45 +0000 (09:42 +0100)
eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/e4/BulkEditorE4.java

index e628f7ce56e4862550e800ef5711f3032aee9662..f90b9533bfc5f4fa79a015578d3258bf56dfd4c2 100644 (file)
@@ -216,7 +216,7 @@ public class BulkEditorE4 implements IPartContentHasDetails, IConversationEnable
 //                 cdmBaseList.add(item);
 //            }
 //         }
-           if (!cdmBaseList.isEmpty()){
+           if (!saveCandidates.isEmpty()){
                CdmStore.getService(saveCandidates.get(0)).merge(saveCandidates, true);
            }
         dirty.setDirty(false);