#5114 fix
[taxeditor.git] / eu.etaxonomy.taxeditor.editor / src / main / java / eu / etaxonomy / taxeditor / editor / name / operation / DeleteSynonymOperation.java
index 00d27bf128bb888f9a9b71ac8ee29cd04f42fb9e..d005de543ea74455d674c432a0105a0cc81c1068 100644 (file)
@@ -79,7 +79,7 @@ public class DeleteSynonymOperation extends AbstractPostTaxonOperation {
                                        element.removeSynonym(synonym);
 
                                } else {
-
+//TODO: this should be moved to the handler, the operations should not contain ui code
                                        DeleteResult result = service.deleteSynonym(synonym.getUuid(), element.getUuid(), null);
                                        if (result.isError()){
                                                DeleteResultMessagingUtils.messageDialogWithDetails(result, "Delete failed", TaxeditorEditorPlugin.PLUGIN_ID);