We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29d72c0 commit b20f917Copy full SHA for b20f917
app/code/Magento/Bundle/Ui/DataProvider/Product/Form/Modifier/BundlePanel.php
@@ -642,7 +642,8 @@ protected function getBundleSelections()
642
'sortOrder' => 100,
643
'validation' => [
644
'required-entry' => true,
645
- 'validate-zero-or-greater' => true
+ 'validate-number' => true,
646
+ 'validate-greater-than-zero' => true
647
],
648
'imports' => [
649
'isInteger' => '${ $.provider }:${ $.parentScope }.selection_qty_is_integer'
0 commit comments