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 4cdcb74 commit ac40d43Copy full SHA for ac40d43
app/code/Magento/Eav/Model/Form.php
@@ -323,6 +323,8 @@ public function getAttributes()
323
if ($this->_attributes === null) {
324
$this->_attributes = [];
325
$this->_userAttributes = [];
326
+ $this->_systemAttributes = [];
327
+ $this->_allowedAttributes = [];
328
/** @var $attribute \Magento\Eav\Model\Attribute */
329
foreach ($this->_getFilteredFormAttributeCollection() as $attribute) {
330
$this->_attributes[$attribute->getAttributeCode()] = $attribute;
0 commit comments