Project

General

Profile

« Previous | Next » 

Revision f5979052

Added by Katja Luther over 6 years ago

fix multiple representation by removing conversation of selection dialog

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/name/SpecimenTypeDesignationElement.java
47 47
	public void createControls(ICdmFormElement formElement, int style) {
48 48
		selection_typeSpecimen = formFactory
49 49
				.createSelectionElement(DerivedUnit.class,
50
						getConversationHolder(), formElement, "Specimen", null,
50
//						getConversationHolder(),
51
				        formElement, "Specimen", null,
51 52
						EntitySelectionElement.ALL, style);
52 53
		combo_typeStatus = formFactory.createDefinedTermComboElement(TermType.SpecimenTypeDesignationStatus,
53 54
						formElement, "Designation Status", null, style);

Also available in: Unified diff