Project

General

Profile

« Previous | Next » 

Revision 0caafa75

Added by Andreas Müller over 1 year ago

ref #10186 further remove ConversationHolder and cleanup

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/occurrence/SpecimenCollectionDetailElement.java
83 83
	@Override
84 84
	public void createControls(ICdmFormElement element, int style) {
85 85
		selection_derivedUnit = formFactory
86
				.createSelectionElement(DerivedUnit.class,//getConversationHolder(),
86
				.createSelectionElement(DerivedUnit.class,
87 87
				        element, "Derived Unit", null,
88 88
						EntitySelectionElement.EDITABLE | EntitySelectionElement.SELECTABLE, style);
89 89
		if (entity != null){

Also available in: Unified diff