fblaser
After save a record, how i call a action?
You can use the ->after(..) hook on your EditAction
Full documentation is here:
https://filamentphp.com/docs/3.x/actions/prebuilt-actions/edit#lifecycle-hooks
3 replies
Table action to open url in new tab (asynchronous)
Thanks for the reply @awcodes. The login url changes on every call, unfortunately.
The API creates a session on the control panel, and the link allows for a passwordless sign-in, so it better be somewhat random 😉
In the meantime, I've managed to get my old solution working, by making sure livewire is initialised before listening for the event:
This works, but feels hacky...
6 replies