Skip to content

Commit 8bf42ef

Browse files
MAGETWO-54176: Wrong quantity validation for bundle option lines
- Fix static test
1 parent 8b48fa1 commit 8bf42ef

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)