diff --git a/workflow/engine/templates/departments/departmentList.js b/workflow/engine/templates/departments/departmentList.js index 156dc5908..825ac207c 100755 --- a/workflow/engine/templates/departments/departmentList.js +++ b/workflow/engine/templates/departments/departmentList.js @@ -175,6 +175,7 @@ Ext.onReady(function() { displayField: 'value', valueField:'id', allowBlank: false, + editable: false, triggerAction: 'all', emptyText: _('ID_SELECT_STATUS'), selectOnFocus:true @@ -190,6 +191,7 @@ Ext.onReady(function() { displayField: 'USR_VALUE', valueField:'USR_UID', allowBlank: true, + editable: false, triggerAction: 'all', emptyText: '', selectOnFocus:true diff --git a/workflow/engine/templates/groups/groupsList.js b/workflow/engine/templates/groups/groupsList.js index 969d7a58c..6f1c9fa9d 100755 --- a/workflow/engine/templates/groups/groupsList.js +++ b/workflow/engine/templates/groups/groupsList.js @@ -198,6 +198,7 @@ Ext.onReady(function(){ displayField: 'value', valueField:'value', allowBlank: false, + editable:false, triggerAction: 'all', emptyText: _('ID_SELECT_STATUS'), selectOnFocus:true