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 b3dd501 commit f9b2a88Copy full SHA for f9b2a88
app/code/Magento/Catalog/Model/Product.php
@@ -511,7 +511,7 @@ protected function getCustomAttributesCodes()
511
$this
512
));
513
514
- $this->filterCustomAttribute->execute($this->customAttributesCodes);
+ $this->customAttributesCodes = $this->filterCustomAttribute->execute($this->customAttributesCodes);
515
$this->customAttributesCodes = array_diff($this->customAttributesCodes, ProductInterface::ATTRIBUTES);
516
}
517
0 commit comments