BUG 8242 Set to readonly Code field, when editing the selected role.

This commit is contained in:
Hector Cortez
2012-01-05 17:47:26 -04:00
parent e67eb54279
commit 350cf82714

View File

@@ -172,7 +172,7 @@ Ext.onReady(function(){
frame: true,
items:[
{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: 'combo',