We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d5f0f commit cfef072Copy full SHA for cfef072
app/code/Magento/Ui/view/base/web/js/grid/data-storage.js
@@ -79,8 +79,7 @@ define([
79
getData: function (params, options) {
80
var cachedRequest = this.getRequest(params);
81
82
- // TODO: Fix this in MAGETWO-59322
83
- if (params.filters && params.filters['store_id']) {
+ if (params && params.filters && params.filters['store_id']) {
84
cachedRequest = false;
85
}
86
0 commit comments