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 f130812 + f930cf5 commit 422eab5Copy full SHA for 422eab5
app/code/Magento/Catalog/Controller/Adminhtml/Category/Save.php
@@ -123,8 +123,7 @@ public function execute()
123
return $resultRedirect->setPath('catalog/*/', ['_current' => true, 'id' => null]);
124
}
125
126
- $data['general'] = $this->getRequest()->getPostValue();
127
- $categoryPostData = $data['general'];
+ $categoryPostData = $this->getRequest()->getPostValue();
128
129
$isNewCategory = !isset($categoryPostData['entity_id']);
130
$categoryPostData = $this->stringToBoolConverting($categoryPostData);
0 commit comments