Skip to content

Commit beeae93

Browse files
author
Oleksii Korshenko
authored
MAGETWO-67407: #5236 fixes "The configuration parameter "componentType" is a required for "advanced_pricing_button" component" #5411
2 parents 8106260 + 8772f84 commit beeae93

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)