BUG 10743 Nos muestra un fatal error el... SOLVED
- Show a fatal error to the insert data in table. - was set parameter APP_STATUS.
This commit is contained in:
@@ -240,30 +240,36 @@ Ext.onReady(function(){
|
||||
{
|
||||
id: 'uid',
|
||||
dataIndex: 'uid',
|
||||
hidden: true
|
||||
hidden: true,
|
||||
hideable:false
|
||||
},
|
||||
{
|
||||
dataIndex: '_index',
|
||||
hidden: true
|
||||
hidden: true,
|
||||
hideable:false
|
||||
},
|
||||
{
|
||||
dataIndex: '_isset',
|
||||
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',
|
||||
|
||||
Reference in New Issue
Block a user