Project

General

Profile

« Previous | Next » 

Revision 707b6237

Added by Niels Hoffmann over 12 years ago

Merged with trunk

View differences:

eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/navigator/handler/NewTaxonNodeHandler.java
43 43
		if(status == IStatus.OK && wizard.openInEditor()){
44 44
			if(wizard.openEmpty()){
45 45
				NavigationUtil.openEmpty(wizard.getParentTreeNode().getUuid());
46
			}else{
46
			}else if(wizard.getTaxonNode() != null){
47 47
				NavigationUtil.openEditor(wizard.getTaxonNode());
48 48
			}
49 49
		}	

Also available in: Unified diff