ref #8233: adapt method call for clone typedesignation
authorKatja Luther <k.luther@bgbm.org>
Tue, 13 Apr 2021 12:01:00 +0000 (14:01 +0200)
committerKatja Luther <k.luther@bgbm.org>
Tue, 13 Apr 2021 12:01:00 +0000 (14:01 +0200)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/name/TypeDesignationSection.java

index 48b9e87d07d3c976931ef1e4af9762d97bef8cda..930d05676d3f86800d09ad9bbcc5546378ac19ee 100644 (file)
@@ -118,7 +118,8 @@ public class TypeDesignationSection extends AbstractEntityCollectionSection<Taxo
                             wizard.getBarcode(),
                             wizard.getCatalogNumber(),
                             wizard.getCollection().getUuid(),
-                            wizard.getTypeStatus());
+                            wizard.getTypeStatus(),
+                            wizard.getStableIdentifier());
                     if(!result.isOk()){
                         MessagingUtils.warningDialog(Messages.TypeDesignationSection_DUPLICATE_FAILED, this, result.getExceptions().toString());
                     }