Skip to content

Commit 9d27268

Browse files
author
Stanislav Idolov
authored
ENGCOM-737: Solved this issue : Drop down values are not showing in catalog produ… #13861
2 parents 13f9ad5 + da4c835 commit 9d27268

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Eav/Model/ResourceModel/Entity/Attribute

1 file changed

+2
-2
lines changed

app/code/Magento/Eav/Model/ResourceModel/Entity/Attribute/Option.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ public function addOptionValueToCollection($collection, $attribute, $valueExpr)
4444
);
4545
$valueExpr = $connection->getCheckSql(
4646
"{$optionTable2}.value_id IS NULL",
47-
"{$optionTable1}.value",
48-
"{$optionTable2}.value"
47+
"{$optionTable1}.option_id",
48+
"{$optionTable2}.option_id"
4949
);
5050

5151
$collection->getSelect()->joinLeft(

0 commit comments

Comments
 (0)