Unable to assign tags
Created by: n-studio
I'm using GitLab 7.8.1 "e2d785c3". I get a 500 error when I try to assign a label to an issue. The logs say:
Started PATCH "/me/yanda/issues/4" for 183.77.128.223 at 2015-03-03 10:43:59 +0900
Processing by Projects::IssuesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"KQGrqNcip9IX/ag6z2Hhiyfnk9ru5BDsHrLP2OO9udM=", "issue"=>{"title"=>"Admin interface from scratch", "description"=>"", "assignee_id"=>"1", "label_ids"=>["", "52"]}, "project_id"=>"me/yanda", "id"=>"4"}
Completed 500 Internal Server Error in 207ms
NoMethodError (undefined method `name' for nil:NilClass):
app/services/issues/update_service.rb:19:in `execute'
app/controllers/projects/issues_controller.rb:75:in `update'