Skip to content

Commit fac824b

Browse files
committed
Merge pull request #3 from alanrevans/store.load
use store.loadData rather than store.load
2 parents 749ed8b + a32db3f commit fac824b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ux/data/proxy/WebSocket.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,8 @@ Ext.define ('Ext.ux.data.proxy.WebSocket', {
350350
Ext.Error.raise ('Unrecognized store: check if the storeId passed into configuration is right.');
351351
return false;
352352
}
353-
354-
store.load (resultSet.records);
353+
store.loadData(resultSet.records, true);
354+
store.fireEvent('load', store);
355355
}
356356
// Client request case: a callback function (operation) has to be called
357357
else {

0 commit comments

Comments
 (0)