Project

General

Profile

« Previous | Next » 

Revision 1f866363

Added by Katja Luther almost 6 years ago

fix problem for names with type designation in editor details view

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/name/SpecimenTypeDesignationElement.java
64 64

  
65 65
		SpecimenTypeDesignationStatus typeStatus = HibernateProxyHelper
66 66
				.deproxy(entity.getTypeStatus(), SpecimenTypeDesignationStatus.class);
67
		combo_typeStatus.setSelection(typeStatus);
67
	    combo_typeStatus.setSelection(typeStatus);
68

  
68 69
		checkbox_notDesignated.setSelection(entity.isNotDesignated());
69 70
	}
70 71

  

Also available in: Unified diff