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 3603cc2 commit f9aad43Copy full SHA for f9aad43
app/code/Magento/Eav/Model/Entity/AbstractEntity.php
@@ -1351,7 +1351,6 @@ protected function _collectSaveData($newObject)
1351
];
1352
}
1353
} elseif (!$this->_isAttributeValueEmpty($attribute, $v)) {
1354
- //one of the attributes (159) ends up here, though it already exists in the table
1355
$insert[$attrId] = is_array($v) ? array_shift($v) : $v;//@TODO: MAGETWO-44182
1356
1357
0 commit comments