Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove_previously_stored_#{column} does not work with remote_#{column}_url= #2779

Open
hikaen2 opened this issue Feb 25, 2025 · 1 comment
Open
Labels

Comments

@hikaen2
Copy link

hikaen2 commented Feb 25, 2025

Version: carrierwave (3.1.1)

In the example repository rails8-carrierwave-example, when opening http://localhost:3000/users/1/edit, entering a URL in the "Remote avatar url" field, and submitting the form, the old avatar is not deleted:

simplescreenrecorder-2025-02-25_22.49.14.mp4

On the other hand, when uploading a file via "Choose File," the old avatar is properly deleted:

simplescreenrecorder-2025-02-25_23.06.50.mp4

Is this behavior intentional?

@hikaen2 hikaen2 changed the title remove_previously_stored_#{column} Does Not Work with remote_#{column}_url= remove_previously_stored_#{column} does not work with remote_#{column}_url= Feb 25, 2025
@mshibuya
Copy link
Member

Yeah the cause of this one is the same with #2778. Now I'm working on the fix 🙇‍♂

@mshibuya mshibuya added the bug label Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants