BUG Error en la creacion de PMTables SOLVED

- Cuando se crea un PMTable dentro del ProcessMaker, al querer seleccionar qué columnas mostrar en el formulario de creación, en la lista se muestra columnas vacías, las cuales no tienen label ni nombre.
- Disabled of hidden fields in rows pmTables.
This commit is contained in:
Hector Cortez
2013-08-19 16:36:53 -04:00
parent 95fab57098
commit 124bc2b932

View File

@@ -145,22 +145,26 @@ Ext.onReady(function(){
{
id: 'uid',
dataIndex: 'uid',
hidden: true
hidden: true,
hideable:false
},
{
id: 'field_uid',
dataIndex: 'field_uid',
hidden: true
hidden: true,
hideable:false
},
{
id: 'field_key',
dataIndex: 'field_key',
hidden: true
hidden: true,
hideable:false
},
{
id: 'field_null',
dataIndex: 'field_null',
hidden: true
hidden: true,
hideable:false
},
{
id: 'field_dyn',