Skip to content

Commit

Permalink
ENGCOM-3732: [Backport] fixed store wise product filter issue #19911
Browse files Browse the repository at this point in the history
 - Merge Pull Request #19911 from shikhamis11/magento2:2.2-develop-PR-port-18994
 - Merged commits:
   1. 3fad6a7
   2. e9e1db6
  • Loading branch information
magento-engcom-team committed Dec 21, 2018
2 parents 6b109f4 + e9e1db6 commit 569752f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ public function addAttributeToFilter($attribute, $condition = null, $joinType =
*/
public function addFieldToFilter($attribute, $condition = null)
{
return $this->addAttributeToFilter($attribute, $condition);
return $this->addAttributeToFilter($attribute, $condition, 'left');
}

/**
Expand Down

0 comments on commit 569752f

Please sign in to comment.