BUG 8242 Set to readonly Code field, when editing the selected role.
This commit is contained in:
@@ -172,7 +172,7 @@ Ext.onReady(function(){
|
|||||||
frame: true,
|
frame: true,
|
||||||
items:[
|
items:[
|
||||||
{xtype: 'textfield', name: 'rol_uid', hidden: true },
|
{xtype: 'textfield', name: 'rol_uid', hidden: true },
|
||||||
{xtype: 'textfield', fieldLabel: _('ID_CODE'), name: 'code', width: 250, allowBlank: false},
|
{xtype: 'textfield', fieldLabel: _('ID_CODE'), name: 'code', width: 250, allowBlank: false, readOnly: true },
|
||||||
{xtype: 'textfield', fieldLabel: _('ID_NAME'), name: 'name', width: 200, allowBlank: false},
|
{xtype: 'textfield', fieldLabel: _('ID_NAME'), name: 'name', width: 200, allowBlank: false},
|
||||||
{
|
{
|
||||||
xtype: 'combo',
|
xtype: 'combo',
|
||||||
|
|||||||
Reference in New Issue
Block a user