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:
@@ -155,6 +155,7 @@ Ext.onReady(function(){
|
|||||||
displayField: 'value',
|
displayField: 'value',
|
||||||
valueField:'id',
|
valueField:'id',
|
||||||
allowBlank: false,
|
allowBlank: false,
|
||||||
|
editable:false,
|
||||||
triggerAction: 'all',
|
triggerAction: 'all',
|
||||||
emptyText: _('ID_SELECT_STATUS'),
|
emptyText: _('ID_SELECT_STATUS'),
|
||||||
selectOnFocus:true
|
selectOnFocus:true
|
||||||
@@ -184,6 +185,7 @@ Ext.onReady(function(){
|
|||||||
displayField: 'value',
|
displayField: 'value',
|
||||||
valueField:'id',
|
valueField:'id',
|
||||||
allowBlank: false,
|
allowBlank: false,
|
||||||
|
editable:false,
|
||||||
triggerAction: 'all',
|
triggerAction: 'all',
|
||||||
emptyText: _('ID_SELECT_STATUS'),
|
emptyText: _('ID_SELECT_STATUS'),
|
||||||
selectOnFocus:true
|
selectOnFocus:true
|
||||||
|
|||||||
Reference in New Issue
Block a user