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/DeterminationEventDetailElement.java
64 64
	@Override
65 65
	public void createControls(ICdmFormElement element, int style) {
66 66
	    selectionTaxonNameBase = formFactory
67
	            .createSelectionElement(TaxonName.class,//getConversationHolder(),
67
	            .createSelectionElement(TaxonName.class,
68 68
	                     element, "Taxon Name", null,
69 69
	                    EntitySelectionElement.ALL, style);
70 70
		selection_taxonBase = formFactory
71
				.createSelectionElement(TaxonBase.class,//getConversationHolder(),
71
				.createSelectionElement(TaxonBase.class,
72 72
						 element, "Taxon", null,
73 73
						EntitySelectionElement.ALL, style);
74 74

  

Also available in: Unified diff