BUG-11482 Campo status de admin->users->roles es editable SOLVED

Description: el widget combo no tenia la propiedad editable:false y fue lo que se agrego a sus propiedades
This commit is contained in:
Omar Suca
2013-08-02 10:21:01 -04:00
parent f01f0afc54
commit 47edf3670f

View File

@@ -155,6 +155,7 @@ Ext.onReady(function(){
displayField: 'value',
valueField:'id',
allowBlank: false,
editable:false,
triggerAction: 'all',
emptyText: _('ID_SELECT_STATUS'),
selectOnFocus:true
@@ -184,6 +185,7 @@ Ext.onReady(function(){
displayField: 'value',
valueField:'id',
allowBlank: false,
editable:false,
triggerAction: 'all',
emptyText: _('ID_SELECT_STATUS'),
selectOnFocus:true