Skip to content

Commit 8772f84

Browse files
author
Oleksii Korshenko
committed
MAGETWO-67407: #5236 fixes 'The configuration parameter 'componentType' is a required for 'advanced_pricing_button' component' #5411
- Merge Pull Request #5411 from Protazy21/magento2:buf-fixes
2 parents e9d894f + 445b704 commit 8772f84

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/code/Magento/ConfigurableProduct/Ui/DataProvider/Product/Form/Modifier/ConfigurablePrice.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,10 @@ public function modifyMeta(array $meta)
8888
self::$advancedPricingButton => [
8989
'arguments' => [
9090
'data' => [
91-
'config' => $visibilityConfig,
91+
'config' => [
92+
'componentType' => 'container',
93+
$visibilityConfig
94+
],
9295
],
9396
],
9497
],

0 commit comments

Comments
 (0)