CLONE 3.2- Remove the autoload in reassignList.js
This commit is contained in:
dheeyi william
2017-02-06 11:15:10 -04:00
parent 2d91d12a24
commit 03b6f0ef30

View File

@@ -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