Skip to content

Commit 1c0bb54

Browse files
ENGCOM-3793: [Forwardport] [Backport] fixed store wise product filter issue #20071
- Merge Pull Request #20071 from shikhamis11/magento2:2.3-develop-PR-port-19911 - Merged commits: 1. 825fa30 2. fd52e94 3. bc35cdc
2 parents 10f900e + bc35cdc commit 1c0bb54

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)