Skip to content

Commit 100fb43

Browse files
AC-1214 Fixed WebAPI tests failures
1 parent ac8ca68 commit 100fb43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Eav/Model/ResourceModel/ReadHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ public function execute($entityType, $entityData, $arguments = [])
183183
if ($attributeScopeGlobal[$attributeValue['attribute_id']] &&
184184
(int)$attributeValue['store_id'] !== Store::DEFAULT_STORE_ID
185185
) {
186+
$entityData[$attributesMap[$attributeValue['attribute_id']]] = $attributeValue['value'];
186187
continue;
187188
}
188189
$entityData[$attributesMap[$attributeValue['attribute_id']]] = $attributeValue['value'];

0 commit comments

Comments
 (0)