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 692e811 commit d41b003Copy full SHA for d41b003
app/code/Magento/Eav/Model/Entity/Collection/AbstractCollection.php
@@ -192,7 +192,7 @@ protected function _initSelect()
192
{
193
$this->getSelect()->from(['e' => $this->getEntity()->getEntityTable()]);
194
$entity = $this->getEntity();
195
- if ($entity->getTypeId() && $entity->getEntityTable() == \Magento\Eav\Model\Entity::DEFAULT_ENTITY_TABLE ) {
+ if ($entity->getTypeId() && $entity->getEntityTable() == \Magento\Eav\Model\Entity::DEFAULT_ENTITY_TABLE) {
196
$this->addAttributeToFilter('entity_type_id', $this->getEntity()->getTypeId());
197
}
198
return $this;
0 commit comments