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 eb12f5e commit 61a2c13Copy full SHA for 61a2c13
app/code/Magento/Catalog/Controller/Adminhtml/Product/Attribute/Edit.php
@@ -45,6 +45,8 @@ public function execute()
45
/** @var $model \Magento\Catalog\Model\Resource\Eav\Attribute */
46
$model = $this->_objectManager->create(
47
'Magento\Catalog\Model\Resource\Eav\Attribute'
48
+ )->setEntityTypeId(
49
+ $this->_entityTypeId
50
);
51
if ($id) {
52
$model->load($id);
0 commit comments