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