Skip to content

Commit

Permalink
Solved this issue : Drop down values are not showing in catalog produ…
Browse files Browse the repository at this point in the history
…ct grid magento2 #13006
  • Loading branch information
hiren-wagento authored and dimonovp committed Mar 19, 2018
1 parent dea8b32 commit 80887ac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ public function addOptionValueToCollection($collection, $attribute, $valueExpr)
);
$valueExpr = $connection->getCheckSql(
"{$optionTable2}.value_id IS NULL",
"{$optionTable1}.value",
"{$optionTable2}.value"
"{$optionTable1}.option_id",
"{$optionTable2}.option_id"
);

$collection->getSelect()->joinLeft(
Expand Down

0 comments on commit 80887ac

Please sign in to comment.