diff --git a/workflow/engine/templates/processes/main.js b/workflow/engine/templates/processes/main.js index f144e430f..431584d92 100755 --- a/workflow/engine/templates/processes/main.js +++ b/workflow/engine/templates/processes/main.js @@ -362,16 +362,11 @@ Ext.onReady(function(){ text: _("ID_EXPORT"), iconCls: "silk-add", icon: "/images/export.png", + handler: function () { + exportProcess(); + }, menu: [ { - text: _("ID_NORMAL_EXPORT"), - iconCls: "silk-add", - icon: "", - handler: function () - { - exportProcess(); - } - },{ text: _("ID_GRANULAR_EXPORT"), iconCls: "silk-add", icon: "",