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 ce2bd0d commit 55b564cCopy full SHA for 55b564c
app/code/Magento/CatalogWidget/Model/Rule/Condition/Product.php
@@ -164,7 +164,7 @@ protected function addGlobalAttribute(
164
$collection->addAttributeToSelect($attribute->getAttributeCode(), 'inner');
165
break;
166
default:
167
- $alias = 'at_' . md5($this->getId()) . $attribute->getAttributeCode();
+ $alias = 'at_' . sha1($this->getId()) . $attribute->getAttributeCode();
168
169
$connection = $this->_productResource->getConnection();
170
$storeId = $connection->getIfNullSql($alias . '.store_id', $this->storeManager->getStore()->getId());
0 commit comments