Skip to content

Commit e38244e

Browse files
ENGCOM-3215: [Backport] MAGENTO-18131: Fixed EAV attributes values query #18658
- Merge Pull Request #18658 from gelanivishal/magento2:2.2-develop-PR-port-18437 - Merged commits: 1. 53a06a9
2 parents cbd8d8a + 53a06a9 commit e38244e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Eav/Model/Entity/Collection/AbstractCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,7 @@ protected function _getLoadAttributesSelect($table, $attributeIds = [])
12331233

12341234
if ($entity->getEntityTable() == \Magento\Eav\Model\Entity::DEFAULT_ENTITY_TABLE && $entity->getTypeId()) {
12351235
$select->where(
1236-
'entity_type_id =?',
1236+
't_d.entity_type_id =?',
12371237
$entity->getTypeId()
12381238
);
12391239
}

0 commit comments

Comments
 (0)