Project

General

Profile

« Previous | Next » 

Revision 3915821a

Added by Patrick Plitzner over 8 years ago

Pre-select country as named area type for country selection for
specimens (#2353)

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/selection/EntitySelectionElement.java
238 238

  
239 239
	@Override
240 240
    public void widgetSelected(SelectionEvent e) {
241
		T selection = SelectionDialogFactory.getSelectionFromDialog(clazz, getShell(), getConversationHolder(), getEntity());
241
		T selection = SelectionDialogFactory.getSelectionFromDialog(clazz, getShell(), getConversationHolder(), getEntity(), getParentElement());
242 242
		setSelectionInternal(selection);
243 243
	}
244 244

  

Also available in: Unified diff