Project

General

Profile

« Previous | Next » 

Revision 200e8530

Added by Patrick Plitzner over 6 years ago

ref #6595 Use only e4 handler for opening name editor

View differences:

eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/navigator/handler/ChangeAcceptedTaxonToSynonymHandler.java
165 165
					if(possibleOpenEditor != null){
166 166
						EditorUtil.close(possibleOpenEditor);
167 167
					}
168
					EditorUtil.openTaxonNode(newAcceptedTaxonNodeUuid);
168
					EditorUtil.openTaxonNodeE4(newAcceptedTaxonNodeUuid);
169 169
				} catch (PartInitException e) {
170 170
					MessagingUtils.error(this.getClass(), e);
171 171
					throw new RuntimeException(e);

Also available in: Unified diff