Skip to content

Commit e860fc1

Browse files
authored
ENGCOM-3793: [Forwardport] [Backport] fixed store wise product filter issue #20071
2 parents 35fbfe0 + 1c0bb54 commit e860fc1

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
@@ -415,7 +415,7 @@ public function addAttributeToFilter($attribute, $condition = null, $joinType =
415415
*/
416416
public function addFieldToFilter($attribute, $condition = null)
417417
{
418-
return $this->addAttributeToFilter($attribute, $condition);
418+
return $this->addAttributeToFilter($attribute, $condition, 'left');
419419
}
420420

421421
/**

0 commit comments

Comments
 (0)