-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch 'fix-avatar-removal' into 'master'
Fix bug where avatar filenames were not actually deleted from the database during removal This would result in a 404 error in certain views. The `save` call was being rolled back due to an error in the validation step. Relax the validation step so that this works. Closes #1570 See merge request !620
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/models/group.rb 1 addition, 1 deletionapp/models/group.rb
- app/models/project.rb 1 addition, 1 deletionapp/models/project.rb
- app/models/user.rb 2 additions, 2 deletionsapp/models/user.rb
- spec/controllers/groups/avatars_controller_spec.rb 17 additions, 0 deletionsspec/controllers/groups/avatars_controller_spec.rb
- spec/controllers/profiles/avatars_controller_spec.rb 17 additions, 0 deletionsspec/controllers/profiles/avatars_controller_spec.rb
- spec/controllers/projects/avatars_controller_spec.rb 18 additions, 0 deletionsspec/controllers/projects/avatars_controller_spec.rb
Please register or sign in to comment