Project

General

Profile

« Previous | Next » 

Revision 458080b3

Added by Katja Luther almost 6 years ago

set nom illeg. as default in nomenclatural status type combo box

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/name/NomenclaturalStatusElement.java
54 54
		ruleConsideredText = formFactory.createTextWithLabelElement(this, "Rule Considered", "", style);
55 55

  
56 56
		super.createControls(element, style);
57
		if (vocabulary.getTerms().contains(NomenclaturalStatusType.ILLEGITIMATE())){
58
            nomenclaturalStatusTypeCombo.setSelection(NomenclaturalStatusType.ILLEGITIMATE());
59
        }
57 60
	}
58 61

  
59 62
	/** {@inheritDoc} */

Also available in: Unified diff