From bd6a7bbeff655a4f0114e82282c075520c0ab667 Mon Sep 17 00:00:00 2001 From: Gustavo Adolfo Cruz Laura Date: Wed, 30 Mar 2016 14:09:05 -0400 Subject: [PATCH] According to PM-feedback the main export button has removed the export option, restoring some of the functionality within the button menu itself --- workflow/engine/templates/processes/main.js | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/workflow/engine/templates/processes/main.js b/workflow/engine/templates/processes/main.js index 49d669766..2542a296c 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: "",