Fixes a problem that could have solved #2071; Resolves the problems described in...
[taxeditor.git] / taxeditor-editor / src / main / java / eu / etaxonomy / taxeditor / editor / name / handler / ChangeSynonymToAcceptedTaxonHandler.java
index 6b8aadde4d984861f5a4802be55914711ea5104a..26dc6daa04264d0e3af771ffcc494526a9174907 100644 (file)
@@ -108,7 +108,7 @@ public class ChangeSynonymToAcceptedTaxonHandler extends AbstractHandler impleme
                // Redraw existing editor
                ((IPostOperationEnabled) editor).postOperation(null);
                
-               editor.doSave(null);
+               editor.doSave(EditorUtil.getMonitor());
                
                if (objectAffectedByOperation instanceof TaxonNode) {