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/occurrence/AbstractEventDetailElement.java
1 1
/**
2 2
 * Copyright (C) 2007 EDIT
3
 * European Distributed Institute of Taxonomy 
3
 * European Distributed Institute of Taxonomy
4 4
 * http://www.e-taxonomy.eu
5
 * 
5
 *
6 6
 * The contents of this file are subject to the Mozilla Public License Version 1.1
7 7
 * See LICENSE.TXT at the top of this package for the full license terms.
8 8
 */
......
25 25
 * <p>
26 26
 * Abstract AbstractEventDetailElement class.
27 27
 * </p>
28
 * 
28
 *
29 29
 * @author n.hoffmann
30 30
 * @created Oct 14, 2010
31 31
 * @version 1.0
......
41 41
	 * <p>
42 42
	 * Constructor for AbstractEventDetailElement.
43 43
	 * </p>
44
	 * 
44
	 *
45 45
	 * @param formFactory
46 46
	 *            a {@link eu.etaxonomy.taxeditor.ui.element.CdmFormFactory}
47 47
	 *            object.
......
65 65

  
66 66
	/*
67 67
	 * (non-Javadoc)
68
	 * 
68
	 *
69 69
	 * @see
70 70
	 * eu.etaxonomy.taxeditor.section.AbstractEntityCollectionElement#setEntity
71 71
	 * (java.lang.Object)
......
80 80

  
81 81
	/*
82 82
	 * (non-Javadoc)
83
	 * 
83
	 *
84 84
	 * @see
85 85
	 * eu.etaxonomy.taxeditor.section.AbstractEntityCollectionElement#createControls
86 86
	 * (eu.etaxonomy.taxeditor.forms.ICdmFormElement, int)
......
89 89
	@Override
90 90
	public void createControls(ICdmFormElement element, int style) {
91 91
		selection_agent = formFactory
92
				.createSelectionElement(AgentBase.class,
93
						getConversationHolder(), element, "Actor", null,
92
				.createSelectionElement(AgentBase.class,//getConversationHolder(),
93
						 element, "Actor", null,
94 94
						EntitySelectionElement.ALL, style);
95 95
		element_timePeriod = formFactory.createTimePeriodElement(element,
96 96
				"Time Period", null, style);

Also available in: Unified diff