Project

General

Profile

« Previous | Next » 

Revision 682f52a4

Added by Katja Luther over 4 years ago

ref #3472: adapt editor to changes in methods moving descriptions

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/e4/handler/SwapSynonymAndAcceptedHandlerE4.java
72 72
        }
73 73

  
74 74
        SwapSynonymAndAcceptedOperation operation = new SwapSynonymAndAcceptedOperation(menuItem.getLocalizedLabel(),
75
                editor.getUndoContext(), editor.getTaxon(), synonym, this, editor.getEditorInput());
75
                editor.getUndoContext(), editor.getTaxon(), synonym, this, editor.getEditorInput(), false);
76 76

  
77 77
        AbstractUtility.executeOperation(operation, sync);
78 78

  

Also available in: Unified diff