Project

General

Profile

« Previous | Next » 

Revision c1c83a38

Added by Katja Luther over 7 years ago

fix #5671: add filter element for selection dialog

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/name/NameRelationshipWizardPage.java
84 84
				.createSelectionElement(TaxonNameBase.class,
85 85
						((NameRelationshipWizard) getWizard())
86 86
								.getConversationHolder(), rootElement,
87
						"Related to", null, EntitySelectionElement.ALL,
88
						SWT.NULL);
87
						"Related to",this.entity, EntitySelectionElement.ALL,
88
						SWT.NULL, true);
89 89

  
90 90
	}
91 91

  

Also available in: Unified diff