Skip to content

Commit d9f09dd

Browse files
committed
MAGETWO-90277: Cannot Save Short Description
1 parent 4526253 commit d9f09dd

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Catalog/Controller/Adminhtml/Product/Attribute

1 file changed

+1
-0
lines changed

app/code/Magento/Catalog/Controller/Adminhtml/Product/Attribute/Save.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ public function execute()
216216

217217
$data['attribute_code'] = $model->getAttributeCode();
218218
$data['is_user_defined'] = $model->getIsUserDefined();
219+
$data['frontend_input'] = $data['frontend_input'] ?? $model->getFrontendInput();
219220
} else {
220221
/**
221222
* @todo add to helper and specify all relations for properties

0 commit comments

Comments
 (0)