F
Filament2w ago
lr

Save changes not working for records with multiple ids?

Is there any reason why the save changes button would work for a record and not for another, if they are of the same database table?
2 Replies
403gtfo
403gtfo2w ago
Have you customized the edit form (other then adding fields and such)? Otherwise 9 out of 10 times this happens to me is I forgot to add the additional field to the model's $fillable and am testing on different fields. Try updating the same field on multiple records and see if it works. Just a crazy thought.
awcodes
awcodes2w ago
What do you mean by multiple ids? A record only has one id, right?

Did you find this page helpful?