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/grantedAuthority/GrantedAuthorityCollectionElement.java
53 53
	@Override
54 54
	public void createControls(ICdmFormElement element, int style) {
55 55
		selection_authority = formFactory.createSelectionElement(
56
					GrantedAuthorityImpl.class, getConversationHolder(), element, "", getEntity(), EntitySelectionElement.SELECTABLE, style);
56
					GrantedAuthorityImpl.class, //getConversationHolder(),
57
					element, "", getEntity(), EntitySelectionElement.SELECTABLE, style);
57 58
	}
58 59

  
59 60
	/* (non-Javadoc)

Also available in: Unified diff