HOR-2634
CLONE 3.2- Remove the autoload in reassignList.js
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
var storeUsersToReassign = new Ext.data.Store({
|
||||
remoteSort: false,
|
||||
autoLoad:true,
|
||||
autoLoad:false,
|
||||
proxy : proxyUsersToReassignList,
|
||||
reader: readerUsersToReassignList,
|
||||
writer: writerUsersToReassignList, // <-- plug a DataWriter into the store just as you would a Reader
|
||||
|
||||
Reference in New Issue
Block a user