Project

General

Profile

« Previous | Next » 

Revision 6400c878

Added by Andreas Müller over 10 years ago

Fix Details does not open for synonyms #3823

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/taxon/TaxonBaseDetailElement.java
98 98
				entity.getClass().getSimpleName() + " is doubtful", entity.isDoubtful(), style);
99 99
		
100 100
		checkbox_published = formFactory.createCheckbox(formElement,
101
		        "Taxon is published", ((Taxon) entity).isPublish(), style);
101
		        "Taxon is published", ((TaxonBase) entity).isPublish(), style);
102 102

  
103 103
	}
104 104

  

Also available in: Unified diff