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 f9adcd9 commit 26bad62Copy full SHA for 26bad62
app/code/Magento/Ui/view/base/web/js/grid/data-storage.js
@@ -21,7 +21,7 @@ define([
21
indexField: 'entity_id',
22
requestConfig: {
23
url: '${ $.updateUrl }',
24
- method: 'GET',
+ method: 'POST',
25
dataType: 'json'
26
},
27
dataScope: '',
0 commit comments