Project

General

Profile

« Previous | Next » 

Revision e6f55e01

Added by Katja Luther almost 6 years ago

adapt taxonnodeselection dialog to possibility to search for classifications

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/e4/handler/ChangeSynonymToAcceptedTaxonHandlerE4.java
88 88
		Taxon taxon = input.getTaxon();
89 89

  
90 90
		TaxonNode newParentNode = TaxonNodeSelectionDialog.select(shell,// editor.getConversationHolder(),
91
		        Messages.ChangeSynonymToAcceptedTaxonHandler_SELECT_PARENT, null, null, input.getTaxonNode().getClassification().getUuid());
91
		        Messages.ChangeSynonymToAcceptedTaxonHandler_SELECT_PARENT, null, null, input.getTaxonNode().getClassification().getUuid(), true);
92 92

  
93 93

  
94 94
		if(newParentNode != null){

Also available in: Unified diff