Revision 94f0df26
Added by Katja Luther over 4 years ago
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/name/NonViralNameDetailElement.java | ||
---|---|---|
236 | 236 |
if (actualCode.equals(NomenclaturalCode.Fungi)){ |
237 | 237 |
if (getEntity().isAnamorphic() ){ |
238 | 238 |
if (MessagingUtils.confirmDialog(Messages.NonViralNameDetails_confirmDeleteOfFungiNameParts, Messages.NonViralNameDetails_descriptionDeleteOfFungiNameParts)){ |
239 |
getEntity().setAnamorphic(true);
|
|
239 |
getEntity().setAnamorphic(false);
|
|
240 | 240 |
return true; |
241 | 241 |
} |
242 | 242 |
}else{ |
Also available in: Unified diff
ref #6933: set anamorph to false if change NC