orchidsoftware / platform

Orchid is a @laravel package that allows for rapid application development of back-office applications, admin/user panels, and dashboards.
https://orchid.software
MIT License
4.26k stars 631 forks source link

Fixes mass assigment on Attachment update #2654

Open plastique opened 1 year ago

tabuna commented 1 year ago

Hi, thanks for the PR. Could you give more details? By default, the attachment model does not contain fillable id

https://github.com/orchidsoftware/platform/blob/1d232452289950366322e77a9d079cebc305a906/src/Attachment/Models/Attachment.php#L32-L46

plastique commented 1 year ago

Perhaps this change is not so important. An error occurs when changing the description or alt text of an image, provided that the preventSilentlyDiscardingAttributes model setting is true.