Skip to content

Commit 51a22f7

Browse files
author
Volodymyr Kublytskyi
committed
Merge magento-partners/magento2ce#80.
2 parents f2f94cf + ff42200 commit 51a22f7

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/Catalog/Model/Product/Option

1 file changed

+2
-1
lines changed

app/code/Magento/Catalog/Model/Product/Option/Value.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@ public function getProduct()
189189
*/
190190
public function saveValues()
191191
{
192-
foreach ($this->getValues() as $value) {
192+
foreach ($this->getValues() as $value)
193+
$this->isDeleted(false);
193194
$this->setData(
194195
$value
195196
)->setData(

0 commit comments

Comments
 (0)