We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 749ed8b + a32db3f commit fac824bCopy full SHA for fac824b
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