Adapt.Patrick
Exporter Email Notification
Thanks @toeknee, I had somehow overlooked this in the docs. 🤦♂️ I'll dig into this and let you know how I get on. I'll leave this thread "open" until I can confirm if I've been able to achieve my desired outcome. 👍
5 replies
$getAction() with arguments
I should say,
self::getFormRoom()
is just a wrapper to return the array of form fields (just to help keep the code tidy). So it should use the same context as if I were to declare them directly in the ->form()
call. 🙂31 replies
$getAction() with arguments
I'm experiencing something similar here, @damarev & @LeandroFerreira. Any chance you've made any progress? My setup looks like this from the
infolist()
method of a resource:
I'm then calling the editRoomAction()
in my filament.infolists.entries.quote-room
template with {{ $getAction('editRoom') }}
My issue is $arguments
in the editRoomAction()
method is empty.31 replies