Skip to content

Commit 18e28a9

Browse files
ENGCOM-3215: [Backport] MAGENTO-18131: Fixed EAV attributes values query #18658
2 parents fdd599c + e38244e commit 18e28a9

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)