Project

General

Profile

« Previous | Next » 

Revision a9d8d871

Added by Katja Luther about 3 years ago

ref #8233: adapt method call for clone typedesignation

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/name/TypeDesignationSection.java
118 118
                            wizard.getBarcode(),
119 119
                            wizard.getCatalogNumber(),
120 120
                            wizard.getCollection().getUuid(),
121
                            wizard.getTypeStatus());
121
                            wizard.getTypeStatus(),
122
                            wizard.getStableIdentifier());
122 123
                    if(!result.isOk()){
123 124
                        MessagingUtils.warningDialog(Messages.TypeDesignationSection_DUPLICATE_FAILED, this, result.getExceptions().toString());
124 125
                    }

Also available in: Unified diff