Project

General

Profile

« Previous | Next » 

Revision 010dad8c

Added by Cherian Mathew over 11 years ago

updated node number to the one from the parent (#2892)

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/key/polytomous/operation/RefreshNodeNumberingOperation.java
37 37
	public IStatus execute(IProgressMonitor monitor, IAdaptable info)
38 38
			throws ExecutionException {
39 39

  
40
		node.refreshNodeNumbering();
41
		return postExecute(childNode);
40
		node.refreshNodeNumbering();		
41
		return postExecute(node);
42 42
	}
43 43

  
44 44
	/* (non-Javadoc)

Also available in: Unified diff