Skip to content

Commit 2848c63

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

File tree

1 file changed

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

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,9 +342,7 @@ protected function getBundleOptions()
342342
'selection_price_value' => '',
343343
'selection_qty' => '',
344344
],
345-
'links' => [
346-
'insertData' => '${ $.provider }:${ $.dataProvider }'
347-
],
345+
'links' => ['insertData' => '${ $.provider }:${ $.dataProvider }'],
348346
'source' => 'product',
349347
'addButton' => false,
350348
],

0 commit comments

Comments
 (0)