Skip to content

Commit 3273a94

Browse files
MAGNIMEX-283: Bugfix
1 parent 970cd1f commit 3273a94

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/BundleImportExport/Model/Import/Product/Type

1 file changed

+1
-0
lines changed

app/code/Magento/BundleImportExport/Model/Import/Product/Type/Bundle.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ protected function parseOption($values)
238238
protected function populateOptionTemplate($option, $entityId, $index = null)
239239
{
240240
$populatedOption = [
241+
'option_id' => null,
241242
'parent_id' => $entityId,
242243
'required' => isset($option['required']) ? $option['required'] : 1,
243244
'position' => ($index === null ? 0 : $index),

0 commit comments

Comments
 (0)