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 354fc11 commit bc0258aCopy full SHA for bc0258a
app/code/Magento/Catalog/Controller/Adminhtml/Product/MassStatus.php
@@ -99,7 +99,7 @@ public function execute()
99
} catch (\Magento\Framework\Exception\LocalizedException $e) {
100
$this->messageManager->addError($e->getMessage());
101
} catch (\Exception $e) {
102
- $this->_getSession()->addException($e, __('Something went wrong while updating the product(s) status.'));
+ $this->messageManager->addException($e, __('Something went wrong while updating the product(s) status.'));
103
}
104
105
/** @var \Magento\Backend\Model\View\Result\Redirect $resultRedirect */
0 commit comments