Merged in bugfix/PMCORE-3872 (pull request #8472)

PMCORE-3872

Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
Paula Quispe
2022-06-08 20:16:25 +00:00
committed by Julio Cesar Laura Avendaño

View File

@@ -401,21 +401,6 @@ Ext.onReady(function () {
width: 50,
align: 'right',
editor: sizeField
}, {
xtype: 'booleancolumn',
header: _('ID_AUTO_INCREMENT'),
dataIndex: 'field_autoincrement',
align: 'center',
width: 100,
trueText: _('ID_YES'),
falseText: _('ID_NO'),
editor: {
xtype: 'checkbox',
id: 'field_incre',
disabled: true,
inputValue: 'always'
}
}
/*----------------------------------********---------------------------------*/
, {