We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749ed8b commit a32db3fCopy full SHA for a32db3f
1 file changed
ux/data/proxy/WebSocket.js
@@ -350,8 +350,8 @@ Ext.define ('Ext.ux.data.proxy.WebSocket', {
350
Ext.Error.raise ('Unrecognized store: check if the storeId passed into configuration is right.');
351
return false;
352
}
353
-
354
- store.load (resultSet.records);
+ store.loadData(resultSet.records, true);
+ store.fireEvent('load', store);
355
356
// Client request case: a callback function (operation) has to be called
357
else {
0 commit comments