BUG 8457 Problems reassigning cases to other users under HOME>Reassign SOLVED

- We found some loose details in the reassignment.
- It was added a note for the correct use of the reassignment and also a warning before continuing doing reassignment.
This commit is contained in:
Marco Antonio Nina
2012-06-21 17:48:08 -04:00
parent 203f2ea51b
commit 097f50f31f
2 changed files with 88 additions and 65 deletions

View File

@@ -32,6 +32,7 @@
var storeUsersToReassign = new Ext.data.Store({
remoteSort: false,
autoLoad:true,
proxy : proxyUsersToReassignList,
reader: readerUsersToReassignList,
writer: writerUsersToReassignList, // <-- plug a DataWriter into the store just as you would a Reader
@@ -63,11 +64,10 @@
valueField : 'userId',
displayField : 'userFullname',
selectOnFocus : true,
typeAhead : true,
typeAhead : false,
autocomplete : true,
hideTrigger : Boolean,
alignTo : 'right',
selectOnFocus:true,
alignTo : 'right',
mode : 'remote',
triggerAction : 'all',
emptyText : _('ID_ENTER_SEARCH_TERM'),