We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1ac6c3 + 9b1ce69 commit 62b2832Copy full SHA for 62b2832
app/code/Magento/Variable/Model/ResourceModel/Variable/Collection.php
@@ -62,7 +62,7 @@ public function addValuesToResult()
62
$this->getSelect()->join(
63
['value_table' => $this->getTable('variable_value')],
64
'value_table.variable_id = main_table.variable_id',
65
- ['value_table.value']
+ ['value_table.plain_value', 'value_table.html_value']
66
);
67
$this->addFieldToFilter('value_table.store_id', ['eq' => $this->getStoreId()]);
68
return $this;
0 commit comments