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 6057eb8 commit 9ae36adCopy full SHA for 9ae36ad
app/code/Magento/AsynchronousOperations/Controller/Adminhtml/Notification/Dismiss.php
@@ -55,7 +55,7 @@ public function execute()
55
$isAcknowledged = $this->notificationManagement->acknowledgeBulks($bulkUuids);
56
57
/** @var \Magento\Framework\Controller\Result\Json $result */
58
- $result = $this->resultFactory->create(ResultFactory::TYPE_JSON);
+ $result = $this->resultFactory->create(ResultFactory::TYPE_JSON)->setData(['']);
59
if (!$isAcknowledged) {
60
$result->setHttpResponseCode(400);
61
}
0 commit comments