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.
2 parents c920a56 + 44940be commit d73e9d8Copy full SHA for d73e9d8
app/code/Magento/Catalog/Controller/Adminhtml/Category/Save.php
@@ -127,8 +127,7 @@ public function execute()
127
return $resultRedirect->setPath('catalog/*/', ['_current' => true, 'id' => null]);
128
}
129
130
- $data['general'] = $this->getRequest()->getPostValue();
131
- $categoryPostData = $data['general'];
+ $categoryPostData = $this->getRequest()->getPostValue();
132
133
$isNewCategory = !isset($categoryPostData['entity_id']);
134
$categoryPostData = $this->stringToBoolConverting($categoryPostData);
0 commit comments