Default Redirect Url
I see that it is possible to change the default redirect url for edit/create for a given resource by creating the function on each resources edit/create file...
but is there a way to set a system default? Instead of the filament default of 'saving the form will not redirect the user to another page', I'd like to set it to return to the list view of a given resource. Do I have to change that on each resources corresponding Edit{Resource} file or is there a simpler way?
https://filamentphp.com/docs/3.x/panels/resources/editing-records#customizing-redirects
0 Replies