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 2ea48d9 commit 9c600b4Copy full SHA for 9c600b4
app/code/Magento/Eav/Model/Entity/Attribute.php
@@ -489,7 +489,7 @@ public function getStoreLabels()
489
*/
490
public function getStoreLabel($storeId = null)
491
{
492
- if ($this->hasData('store_label') && $storeId === null) {
+ if ($this->hasData('store_label')) {
493
return $this->getData('store_label');
494
}
495
$store = $this->_storeManager->getStore($storeId);
0 commit comments