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.
1 parent bd1c47b commit ad6be99Copy full SHA for ad6be99
app/code/Magento/CatalogWidget/Model/Rule/Condition/Combine.php
@@ -71,7 +71,9 @@ public function getNewChildSelectOptions()
71
*/
72
public function collectValidatedAttributes($productCollection)
73
{
74
+ $alias = array_keys($productCollection->getSelect()->getPart('from'))[0];
75
foreach ($this->getConditions() as $condition) {
76
+ $condition->setData('attribute', $alias . '.' . $condition->getData('attribute'));
77
$condition->addToCollection($productCollection);
78
}
79
return $this;
0 commit comments