You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting. This is because of those changes in ActiveStorage. rails/rails@4f191b9 rails/rails@400b210
Pushed the fix into the master branch, so please try it when you get a chance.
I'm still experiencing that issue.
Pictures and videos attached are sent as an empty array.
Here are the parameters sent on update, the issue is only happening on production though. I'm using rails 7.1.1 and rails_admin: 3.1.2
I have a vanilla
Art
model withhas_many_attached
in it...This appropriately adds an "Images" field in rails_admin, and when creating a new record, it works perfectly.
However, if I return to that record and update any other field (but don't touch the images), it deletes the associated image.
As you can see, the
images
field is submitting a blank array.Is this a setting I'm missing? Or is this a bug?
Additional context
rails
version: 7.0.3rails_admin
version: 3.0.0The text was updated successfully, but these errors were encountered: