Cannot add tags to issues on gitlab 7.7.0.rc2
Created by: simonzack
I can't add tags to issues on gitlab 7.7.0.rc2, I'm getting the following error:
NoMethodError (undefined method `name' for nil:NilClass):
app/services/issues/update_service.rb:17:in `execute'
app/controllers/projects/issues_controller.rb:77:in `update'
I tried to fix this myself but am unfamiliar with ruby. The error seems to occur when label_ids
is used in update_attributes()
, but when I grepped for label_ids
, I couldn't find where this was being written to, which is really confusing. Any pointers so I can dig deeper?
I've tested this on ruby 2.2.0 and I've posted a comment here, but now I'm not sure whether it's caused by the new ruby or my setup, since nobody else seems to be reporting the problem, so I'm creating a new issue for this.