Merged in bugfix/HOR-2634 (pull request #5387)

HOR-2634

Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
Julio Cesar Laura Avendaño
2017-02-09 18:53:04 +00:00

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