Skip to content

Commit 884c322

Browse files
author
Anna Bukatar
committed
ACP2E-1083: Error adding products manually in configurable products
1 parent bfceb8b commit 884c322

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
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>
24+
<param name="requestConfig" xsi:type="array">
25+
<item name="method" xsi:type="string">POST</item>
2626
</param>
2727
</storageConfig>
2828
<updateUrl path="mui/index/render"/>

0 commit comments

Comments
 (0)