Only allow to edit one record in my resource
Hey!
Is it possible to have a filament ressource but skip the view which lists all records and always navigate to the edit-route of a specific record?
I tried something like this:
This approach can not work because i am overloading mount with the wrong number of arguments.
2 Replies
I was hoping to profit from some of the work that EditRecord is already doing for me. But maybe I am overestimating what it does?
- Adds the form
- Handles save-confirmation
- Rollbacks in case of exceptions
Does that sound right?
The alternative is to redirect the list-action ^^'
Is creating a custom page for this the common approach?