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 9c42b97 + aa96e29 commit 4478773Copy full SHA for 4478773
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