We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d572a0 + f780241 commit e74ae17Copy full SHA for e74ae17
1 file changed
app/code/Magento/Bundle/Controller/Adminhtml/Product/Initialization/Helper/Plugin/Bundle.php
@@ -127,7 +127,7 @@ protected function processBundleOptionsData(\Magento\Catalog\Model\Product $prod
127
}
128
$options = [];
129
foreach ($bundleOptionsData as $key => $optionData) {
130
- if ((bool)$optionData['delete']) {
+ if (!empty($optionData['delete'])) {
131
continue;
132
133
0 commit comments