smaller changes to fix moving of taxonnodes
[taxeditor.git] / eu.etaxonomy.taxeditor.editor / src / main / java / eu / etaxonomy / taxeditor / editor / view / descriptive / operation / MoveDescriptionToOtherTaxonOperation.java
index 1a04b047cc568120fd57bf35534136d4dc6fd4ea..588ef9d1c22bc2384abd76f2c6172cca532dd4bc 100644 (file)
@@ -92,7 +92,7 @@ public class MoveDescriptionToOtherTaxonOperation extends
                description.addAnnotation(annotation);
                newAcceptedTaxonNode.getTaxon().addDescription(description);
                if (CdmApplicationState.getCurrentAppConfig() instanceof CdmApplicationRemoteController) {
-            CdmStore.getService(IDescriptionService.class).merge(description);
+            CdmStore.getService(IDescriptionService.class).merge(description, true);
         } else {
             CdmStore.getService(IDescriptionService.class).saveOrUpdate(description);
         }