Project

General

Profile

« Previous | Next » 

Revision b5b429af

Added by Patrick Plitzner over 6 years ago

ref #6925 Inject context into operations to allow sync/async execution

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/key/polytomous/handler/CreateSiblingNodeHandler.java
60 60

  
61 61
						AbstractPostOperation operation = new CreateNodeOperation(
62 62
								label, undoContext, keyNode.getParent(), editorPage);
63
						AbstractUtility.executeOperation(operation);
64 63
					} catch (NotDefinedException e) {
65 64
						MessagingUtils.warn(getClass(), "Command name not set."); //$NON-NLS-1$
66 65
					}

Also available in: Unified diff