Project

General

Profile

« Previous | Next » 

Revision 6755abd1

Added by Katja Luther about 6 years ago

ref #7013: code cleaning and fix of NonUniqueException without progress monitor

View differences:

eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/navigator/e4/handler/SetSecReferenceForSubtreeHandlerE4.java
75 75
                    TaxonNavigatorLabels.SELECTED_OBJECT_NOT_TREE_NODE_MESSAGE);
76 76
        }
77 77

  
78

  
79
        // check if corresponding name editor is closed
80
        //FIXME E4 migrate
81
        //           boolean editorClosed = NavigatorHandlerUtils.closeObsoleteEditor(event, (TaxonNode) taxonNode);
82
        //           if(editorClosed != true) {
83
        //               return new Status(IStatus.ERROR,
84
        //                       "unknown", //$NON-NLS-1$
85
        //                       TaxonNavigatorLabels.RELATED_EDITOR_NOT_CLOSED_MESSAGE);
86
        //           }
87

  
88 78
        configurator = new SecundumForSubtreeConfigurator(taxonNode.getUuid());
89 79
        SetSecundumForSubtreeConfigurationWizard wizard = new SetSecundumForSubtreeConfigurationWizard(configurator);
90 80

  

Also available in: Unified diff