Skip to content
Snippets Groups Projects
Commit 51a22f7a authored by Volodymyr Kublytskyi's avatar Volodymyr Kublytskyi
Browse files

Merge magento-partners/magento2ce#80.

parents f2f94cf3 ff422002
Branches
Tags
No related merge requests found
...@@ -189,7 +189,8 @@ class Value extends AbstractModel implements \Magento\Catalog\Api\Data\ProductCu ...@@ -189,7 +189,8 @@ class Value extends AbstractModel implements \Magento\Catalog\Api\Data\ProductCu
*/ */
public function saveValues() public function saveValues()
{ {
foreach ($this->getValues() as $value) { foreach ($this->getValues() as $value)
$this->isDeleted(false);
$this->setData( $this->setData(
$value $value
)->setData( )->setData(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment