Skip to content

Commit

Permalink
MAGETWO-67407: #5236 fixes 'The configuration parameter 'componentTyp…
Browse files Browse the repository at this point in the history
…e' is a required for 'advanced_pricing_button' component' #5411

 - Merge Pull Request #5411 from Protazy21/magento2:buf-fixes
  • Loading branch information
Oleksii Korshenko committed Apr 12, 2017
2 parents e9d894f + 445b704 commit 8772f84
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,10 @@ public function modifyMeta(array $meta)
self::$advancedPricingButton => [
'arguments' => [
'data' => [
'config' => $visibilityConfig,
'config' => [
'componentType' => 'container',
$visibilityConfig
],
],
],
],
Expand Down

0 comments on commit 8772f84

Please sign in to comment.