Skip to content

Commit 7d0e3b2

Browse files
author
Olexandr Lysenko
committed
Merge branch 'MAGETWO-54176' into bugfixes
2 parents 8272ef2 + 8bf42ef commit 7d0e3b2

File tree

1 file changed

+1
-4
lines changed
  • app/code/Magento/Bundle/Ui/DataProvider/Product/Form/Modifier

1 file changed

+1
-4
lines changed

app/code/Magento/Bundle/Ui/DataProvider/Product/Form/Modifier/BundlePanel.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -588,10 +588,7 @@ protected function getBundleSelections()
588588
'prefer' => 'radio',
589589
'value' => '0',
590590
'sortOrder' => 50,
591-
'valueMap' => [
592-
'false' => '0',
593-
'true' => '1'
594-
]
591+
'valueMap' => ['false' => '0', 'true' => '1']
595592
],
596593
],
597594
],

0 commit comments

Comments
 (0)