Merge pull request #1951 from omarsuca/BUG-11454

BUG-11454 Campos status y manager de admin->settings->departments son editables. SOLVED
This commit is contained in:
julceslauhub
2013-08-02 13:10:40 -07:00
2 changed files with 3 additions and 0 deletions

View File

@@ -175,6 +175,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
@@ -190,6 +191,7 @@ Ext.onReady(function() {
displayField: 'USR_VALUE', displayField: 'USR_VALUE',
valueField:'USR_UID', valueField:'USR_UID',
allowBlank: true, allowBlank: true,
editable: false,
triggerAction: 'all', triggerAction: 'all',
emptyText: '', emptyText: '',
selectOnFocus:true selectOnFocus:true

View File

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