Groli
Can not get filament views working in 404 view file
Thanks for that but can you explain me please also what exactly is happening when I wrap the stuff above in a simple page and get this error:
Using $this when not in object context
. Should I also create some class or what's wrong?7 replies
How can you close notification from ActionGroup that is inside its actions?
I have an
ActionGroup
like this:
As this code is located inside Notification inside its actions I would like to close the whole notification (as is possible from normal action outside ActionGroup
to do). I understand that it's logical that it closes (if it's inside ActionGroup
) the group itself. But I would like to close the whole notification from there somehow... That's my problem, I'm currently trying to get around.4 replies
delete action confirmation: add a check box if the user wants to delete associated relations or not
maybe check this out: https://filamentphp.com/docs/3.x/actions/modals#modal-forms
or just add button to actions that would remove those relations as well
3 replies