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 4526253 commit d9f09ddCopy full SHA for d9f09dd
app/code/Magento/Catalog/Controller/Adminhtml/Product/Attribute/Save.php
@@ -216,6 +216,7 @@ public function execute()
216
217
$data['attribute_code'] = $model->getAttributeCode();
218
$data['is_user_defined'] = $model->getIsUserDefined();
219
+ $data['frontend_input'] = $data['frontend_input'] ?? $model->getFrontendInput();
220
} else {
221
/**
222
* @todo add to helper and specify all relations for properties
0 commit comments