4 Replies
You can't use the full actions. They only allow simplified ones and you need to dispatch an Event to execute more logic. Check the docs: https://filamentphp.com/docs/4.x/notifications/overview#adding-actions-to-notifications
@Dennis Koch I need to call another action as a modal window, how do I do this with dispatch?
You can use
$this->mountAction('action-name') inside the even listener