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/description/DerivedUnitElement.java
70 70
	@Override
71 71
	public void createControls(ICdmFormElement element, int style) {
72 72
		selection_derivedUnit = formFactory.createSelectionElement(
73
				DerivedUnit.class, //getConversationHolder(),
73
				DerivedUnit.class,
74 74
				element, "Specimen", null,
75 75
				EntitySelectionElement.SELECTABLE | EntitySelectionElement.EDITABLE,
76 76
				style);

Also available in: Unified diff