Database Notification open Resource modal action

Hello, I would like to know if it is possible to add a button to the notification that redirects to a resource and displays the resource's modal action?
No description
1 Reply
ChesterS
ChesterS4mo ago
Maybe? You can pass an action/table action in the url and it will mount it eg
Action::make('view')
->url(ListUsers::getUrl(['action' => 'showComments'])
Action::make('view')
->url(ListUsers::getUrl(['action' => 'showComments'])
Something along those lines (depending on your setup) Also, please don't post pictures of code, thanks

Did you find this page helpful?