Skip to content

Commit 2f4ad2f

Browse files
committed
MAGENTO-18131: Fixed EAV attributes values query
1 parent 80469a6 commit 2f4ad2f

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
@@ -1243,7 +1243,7 @@ protected function _getLoadAttributesSelect($table, $attributeIds = [])
12431243

12441244
if ($entity->getEntityTable() == \Magento\Eav\Model\Entity::DEFAULT_ENTITY_TABLE && $entity->getTypeId()) {
12451245
$select->where(
1246-
'entity_type_id =?',
1246+
't_d.entity_type_id =?',
12471247
$entity->getTypeId()
12481248
);
12491249
}

0 commit comments

Comments
 (0)