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/supplemental/RightsElement.java
40 40
	public void createControls(ICdmFormElement element, int style) {
41 41
		combo_rightsType = formFactory.createDefinedTermComboElement(TermType.RightsType, this, "Rights Type", null, style);
42 42
		selection_agent = formFactory.createSelectionElement(
43
				AgentBase.class, //getConversationHolder(),
43
				AgentBase.class,
44 44
				this, "Agent",
45 45
				null, EntitySelectionElement.ALL, style);
46 46
		text = formFactory.createMultiLineTextWithLabel(this, "Text", 100,

Also available in: Unified diff