Question

On select an option from dropdown, I am getting value in phtml file and from there in js function , i am redirecting to my controllers.

Everything works fine but only admin message notifications are not displaying while i used return $resultRedirect->setRefererOrBaseUrl();

It is redirecting to same page but messages are not displaying. But when i gave $resultRedirect->setPath('/');

It is redirect to dashboard and displaying message at dashboard. but its not working for same page redirect.

Can anyone help me where is the issue ?

Was it helpful?

Solution

For getting Admin notification, Don't call the block from controller. Always call the block from the layout file only. Otherwise Magento 2 default admin notification like succes , error will not display.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top