Aaron Lawrence
Access handleRecordCreation on resource
I have a create class in one of my resources, within this resource i use the
handleRecordCreation()
However i want to access this method when doing a form action for a resource manager.
This is in the table actions of my tables
Rather than duplicate, or create a laravel action class or similar, is there a desired "filament way" to use the logic from handleRecordCreation()
from within the using()
method on table actions.8 replies
RelationshipManager Table Actions.
I've created a relationship manager, with a view page, and applied a table class so it is visible on the parent view component however, the actions don't seem to show at all.
I figured it might be to do with authorisation, however, that didn't seem to be the case.
Everything but the actions are working as expected.
5 replies