[2010-12-07 15:21:04] Rev:646 | 1 files Modified

fernando: Changing the reassign comboBox behavior adding the autocomplete feature
--------------------------------------------------------------------------------
1. M /trunk/workflow/engine/templates/cases/reassignList.js
This commit is contained in:
Erik Amaru Ortiz
2010-12-09 14:04:29 +00:00
parent a8e94216ff
commit 0374b5007c

View File

@@ -57,9 +57,10 @@
var comboUsersToReassign = new Ext.form.ComboBox({
width : 280,
boxMaxWidth : 180,
fieldLabel : 'Search',
editable : true,
forceSelection: false,
minChars : 2,
minChars : 0,
valueField : 'userId',
displayField : 'userFullname',
selectOnFocus : true,