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 1e00ac4 commit c67b0e0Copy full SHA for c67b0e0
app/code/Magento/Eav/Model/Config.php
@@ -448,7 +448,6 @@ protected function _initAttributes($entityType)
448
if (empty($attribute['attribute_model'])) {
449
$attribute['attribute_model'] = $entityType->getAttributeModel();
450
}
451
- // attributes should be reloaded via model to be processed by custom resource model
452
$attributeObject = $this->_createAttribute($entityType, $attribute);
453
$this->saveAttribute($attributeObject, $entityTypeCode, $attributeObject->getAttributeCode());
454
$this->_attributeData[$entityTypeCode][$attribute['attribute_code']] = $attributeObject->toArray();
0 commit comments