From 2ab044f9f1f0f67d2edbfafb089c164e7c0cefe7 Mon Sep 17 00:00:00 2001 From: mcuiza Date: Thu, 7 Apr 2016 12:48:10 -0400 Subject: [PATCH] MT-109: La exportacion Granular no tiene el nombre 'Select All' . . . --- workflow/engine/templates/processes/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflow/engine/templates/processes/main.js b/workflow/engine/templates/processes/main.js index 644935f6e..de513af91 100755 --- a/workflow/engine/templates/processes/main.js +++ b/workflow/engine/templates/processes/main.js @@ -1108,8 +1108,8 @@ function exportImportProcessObjects(typeAction) columns: [ checkBoxSelMod, {header: 'objectId', dataIndex: 'OBJECT_ID', hidden: true}, - {header: 'Name', dataIndex: 'OBJECT_NAME', width: 5}, - {header: 'Action', dataIndex: 'OBJECT_ACTION', width: 5, + {header: _('ID_CHECK_ALL'), dataIndex: 'OBJECT_NAME', width: 5}, + {header: '', dataIndex: 'OBJECT_ACTION', width: 5, editor: new Ext.form.ComboBox({ displayField: 'text', forceSelection: true,