Skip to content

Commit cf90812

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

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

app/code/Magento/ConfigurableProduct/view/adminhtml/ui_component/configurable_associated_product_listing.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
<settings>
2222
<storageConfig>
2323
<param name="cacheRequests" xsi:type="boolean">false</param>
24+
<param name="requestConfig" xsi:type="object">
25+
<param name="method" xsi:type="string">POST</param>
26+
</param>
2427
</storageConfig>
2528
<updateUrl path="mui/index/render"/>
2629
</settings>

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: 'POST',
24+
method: 'GET',
2525
dataType: 'json'
2626
},
2727
dataScope: '',

0 commit comments

Comments
 (0)