ref #4866, ref #9228 fix CloneClassificationOperation preliminary in TaxEditor
authorAndreas Müller <a.mueller@bgbm.org>
Tue, 1 Dec 2020 19:45:58 +0000 (20:45 +0100)
committerAndreas Müller <a.mueller@bgbm.org>
Tue, 1 Dec 2020 19:45:58 +0000 (20:45 +0100)
eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/operation/CloneClassificationOperation.java

index 45fdf12c073229de6f02931d7fdfc8958919a95e..f68974cf766175b0fcda47fe45790cc388574ed4 100644 (file)
@@ -61,7 +61,7 @@ public class CloneClassificationOperation extends AbstractPersistentPostOperatio
         cloneConfig.setTaxonSecundum(sec);
         cloneConfig.setRelationTypeToOldTaxon(relationType);
         
-        UpdateResult result = service.cloneClassification(cloneConfig, sec, relationType);
+        UpdateResult result = service.cloneClassification(cloneConfig);
         return postExecute(result.getCdmEntity());
     }