Skip to content

Commit fd999cc

Browse files
committed
Fix for following issue
MAGETWO-47698: [Github] Custom options not displayed correctly on a store view level magento#2908 magento#5885
1 parent 86bee0b commit fd999cc

File tree

1 file changed

+0
-1
lines changed
  • app/code/Magento/Catalog/Controller/Adminhtml/Product/Initialization

1 file changed

+0
-1
lines changed

app/code/Magento/Catalog/Controller/Adminhtml/Product/Initialization/Helper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ public function initializeFromData(\Magento\Catalog\Model\Product $product, arra
209209
}
210210
$customOption = $this->getCustomOptionFactory()->create(['data' => $customOptionData]);
211211
$customOption->setProductSku($product->getSku());
212-
$customOption->setOptionId(null);
213212
$customOptions[] = $customOption;
214213
}
215214
}

0 commit comments

Comments
 (0)