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
But I've got a form with direct-to-S3-uploads that will then post a hidden-field remote_logo_url when submitted. If I just edit the name via the form and leave the remote_logo_url hidden-field empty, this happens:
I've got a
Company
with a mountedlogo
.Changing just the company name is dirty-tracked as expected:
But I've got a form with direct-to-S3-uploads that will then post a hidden-field
remote_logo_url
when submitted. If I just edit the name via the form and leave theremote_logo_url
hidden-field empty, this happens:This in turn means that PaperTrail will track the logo as changed every time the form is used, even if the logo is left unchanged.
I have not checked if this is also the case on later versions of Rails, or if you're not using the
remote_foo_url
functionality.The text was updated successfully, but these errors were encountered: