Skip to content

Commit 26bad62

Browse files
author
Anna Bukatar
committed
ACP2E-1083: Error adding products manually in configurable products
1 parent f9adcd9 commit 26bad62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/grid/data-storage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ define([
2121
indexField: 'entity_id',
2222
requestConfig: {
2323
url: '${ $.updateUrl }',
24-
method: 'GET',
24+
method: 'POST',
2525
dataType: 'json'
2626
},
2727
dataScope: '',

0 commit comments

Comments
 (0)