Skip to content

Commit a78f3b1

Browse files
author
Stanislav Idolov
authored
ENGCOM-2513: [Backport] Inconsistent Redirect in Admin Notification Controller #17090
2 parents f035cb4 + 8d704f6 commit a78f3b1

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/AdminNotification/Controller/Adminhtml/Notification

1 file changed

+1
-1
lines changed

app/code/Magento/AdminNotification/Controller/Adminhtml/Notification/MassRemove.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ public function execute()
3939
$this->messageManager->addException($e, __("We couldn't remove the messages because of an error."));
4040
}
4141
}
42-
$this->getResponse()->setRedirect($this->_redirect->getRedirectUrl($this->getUrl('*')));
42+
$this->_redirect('adminhtml/*/');
4343
}
4444
}

0 commit comments

Comments
 (0)