Merged in mcuiza/processmaker/MT-109 (pull request #4062)

MT-109
This commit is contained in:
Julio Cesar Laura Avendaño
2016-04-07 17:13:06 -04:00

View File

@@ -1108,8 +1108,8 @@ function exportImportProcessObjects(typeAction)
columns: [ columns: [
checkBoxSelMod, checkBoxSelMod,
{header: 'objectId', dataIndex: 'OBJECT_ID', hidden: true}, {header: 'objectId', dataIndex: 'OBJECT_ID', hidden: true},
{header: 'Name', dataIndex: 'OBJECT_NAME', width: 5}, {header: _('ID_CHECK_ALL'), dataIndex: 'OBJECT_NAME', width: 5},
{header: 'Action', dataIndex: 'OBJECT_ACTION', width: 5, {header: '', dataIndex: 'OBJECT_ACTION', width: 5,
editor: new Ext.form.ComboBox({ editor: new Ext.form.ComboBox({
displayField: 'text', displayField: 'text',
forceSelection: true, forceSelection: true,