Project

General

Profile

« Previous | Next » 

Revision 202ba579

Added by Katja Luther over 6 years ago

fix #6693: anamorphic must not be true for all other than fungi

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/name/NonViralNameDetailElement.java
234 234
			
235 235
		}
236 236
		if (actualCode.equals(NomenclaturalCode.Fungi)){
237
			if (!getEntity().isAnamorphic() ){
237
			if (getEntity().isAnamorphic() ){
238 238
				if (MessagingUtils.confirmDialog(Messages.NonViralNameDetails_confirmDeleteOfFungiNameParts, Messages.NonViralNameDetails_descriptionDeleteOfFungiNameParts)){
239
					getEntity().setAnamorphic(false);
239
					getEntity().setAnamorphic(true);
240 240
					return true;
241 241
				}
242 242
			}else{

Also available in: Unified diff