F
Filament6mo ago
bflip

single record edit

Going off this tutorial: https://laraveldaily.com/post/filament-edit-only-single-record-custom-page I have a working form on my FilamentPage. However the related select field doesn't populate. This all works great in the actual admin Resource. But not on the other side where a user logs in to edit one record.
Solution:
->model($this->user);
->model($this->user);
Jump to solution
2 Replies
bflip
bflipOP6mo ago
I think I somehow need to add a relation to the whole form?
Solution
bflip
bflip6mo ago
->model($this->user);
->model($this->user);

Did you find this page helpful?