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 970cd1f commit 3273a94Copy full SHA for 3273a94
app/code/Magento/BundleImportExport/Model/Import/Product/Type/Bundle.php
@@ -238,6 +238,7 @@ protected function parseOption($values)
238
protected function populateOptionTemplate($option, $entityId, $index = null)
239
{
240
$populatedOption = [
241
+ 'option_id' => null,
242
'parent_id' => $entityId,
243
'required' => isset($option['required']) ? $option['required'] : 1,
244
'position' => ($index === null ? 0 : $index),
0 commit comments