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 ad2d25c commit 8fba0f8Copy full SHA for 8fba0f8
app/code/Magento/Catalog/Model/Category.php
@@ -948,7 +948,6 @@ public function beforeSave()
948
)
949
&& !$this->authorization->isAllowed('Magento_Catalog::edit_category_design')
950
) {
951
- $this->getCustomAttributes();
952
foreach ($this->_designAttributes as $attributeCode) {
953
$this->setData($attributeCode, $value = $this->getOrigData($attributeCode));
954
if (array_key_exists($attributeCode, $this->_data[self::CUSTOM_ATTRIBUTES])) {
0 commit comments