Project

General

Profile

« Previous | Next » 

Revision 6209bd80

Added by Katja Luther about 6 years ago

ref #7069: clicking on x closes delete configuration wizard without deleting taxon node

View differences:

eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/navigator/e4/handler/RemotingDeleteTaxonNodeHandlerE4.java
148 148
                        //move children
149 149
                        configNodes.setChildHandling(ChildHandling.MOVE_TO_PARENT);
150 150
                        config.setTaxonNodeConfig(configNodes);
151
                    } else if (result == 2){
151
                    } else {
152 152
                        return Status.CANCEL_STATUS;
153 153
                    }
154 154
                } else{

Also available in: Unified diff