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

Can not delete profile image #1259

Closed
davidjeddy opened this issue Oct 22, 2015 · 2 comments
Closed

Can not delete profile image #1259

davidjeddy opened this issue Oct 22, 2015 · 2 comments
Labels

Comments

@davidjeddy
Copy link
Contributor

Reproduce:

  1. Visit {@app_domain}/u/{@username}
  2. Add profile image
  3. Click the 'X' to remove profile image

Error:
POST {@app_domain}/user/account/delete-profile-image?type=profile

jquery.js (line 8630)
ReferenceError: resetProfileImage is not defined

...":function(jsonResp) { resetProfileImage(jsonResp); },"url":"/user/account/delet...

@luke- luke- added the Kind:BUG label Oct 26, 2015
@Censtudios
Copy link

Works fine for me and my members. After deleting the profile image it stays until the page is refreshed though.

@luke- luke- closed this as completed in 1ca2bc1 Nov 6, 2015
@davidjeddy
Copy link
Contributor Author

User is still required to reload the page in order for the delete action to complete. If a user clicks the "x" button to delete their profile image, then clicks "delete" when asked if they're sure they want to delete, the profile image isn't actually deleted until the page is reloaded.

Please re-open.

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

3 participants