Project

General

Profile

« Previous | Next » 

Revision 55f79f52

Added by Katja Luther over 5 years ago

fix nomenclatural status problems

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/name/NomenclaturalStatusElement.java
65 65
	@Override
66 66
	public void setEntity(NomenclaturalStatus entity) {
67 67
		super.setEntity(entity);
68
//		if (entity.getType() != null){
69
//		    nomenclaturalStatusTypeCombo.setSelection(entity.getType());
70
//		}
68
		if (entity.getType() != null){
69
		    nomenclaturalStatusTypeCombo.setSelection(entity.getType());
70
		}
71 71
		ruleConsideredText.setText(entity.getRuleConsidered());
72 72
	}
73 73

  

Also available in: Unified diff