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 761396d commit 012d67cCopy full SHA for 012d67c
app/code/Magento/CatalogWidget/Model/Rule/Condition/Product.php
@@ -174,7 +174,7 @@ protected function addGlobalAttribute(
174
$collection->addAttributeToSelect($attribute->getAttributeCode(), 'inner');
175
break;
176
default:
177
- $alias = 'at_' . md5($this->getId()) . $attribute->getAttributeCode();
+ $alias = 'at_' . sha1($this->getId()) . $attribute->getAttributeCode();
178
179
$connection = $this->_productResource->getConnection();
180
$storeId = $connection->getIfNullSql($alias . '.store_id', $this->storeManager->getStore()->getId());
0 commit comments