ref #9281: setBasionym should be available after d&d
authorKatja Luther <k.luther@bgbm.org>
Tue, 19 Oct 2021 12:34:22 +0000 (14:34 +0200)
committerKatja Luther <k.luther@bgbm.org>
Tue, 19 Oct 2021 12:34:22 +0000 (14:34 +0200)
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/operation/ChangeHomotypicGroupOperation.java

index c371f7c102cab28e7b321e0a9fb42751615d7d21..32c79522396dbac80d67ad318b2236bdc5abe387 100644 (file)
@@ -88,7 +88,7 @@ public class ChangeHomotypicGroupOperation extends AbstractPostTaxonOperation {
                Taxon acc = synonym.getAcceptedTaxon();
 
                if(acc != null){
-                       acc.removeSynonym(synonym);
+                       acc.removeSynonym(synonym, false);
                }
 
                SynonymType type = SynonymType.HETEROTYPIC_SYNONYM_OF();