User avatar upload doesn't work
Components
Labels
None
Description
Context Information
None
Additional information (do not use)
None
Attachments
1
Activity
Show:
Dmitry Andrejev November 30, 2010 at 6:48 PM
Closing released 5.1.1 task.
Alex August 28, 2010 at 8:47 PM
Fix committed to [b]5.1.x branch/b. Commit Message:
Fixes #0000834: User avatar upload doesn't work
Dmitry Andrejev August 26, 2010 at 9:31 PM
Tested good - please commit.
NOTE: I hope this won't affect other places, but from other side we had it working like this many years before.
Fixed
Priority
Assignee
Reporter
Alex
AlexDeveloper
Alex
AlexPatch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
External issue ID
834
External issue URL
Fix versions
Affects versions
Created August 22, 2010 at 1:38 PM
Updated December 29, 2024 at 9:17 PM
Resolved November 30, 2010 at 6:48 PM
In 5.0.4 release we made a change, that OnAfterItemUpdate event is called only, when real fields are changed.
This had adversed effect on user avatar upload, since it's processed through virtual field on OnAfterItemUpdate event. When you change avatar, but don't change any other user field, then avatar isn't uploaded.