Skip to content
Snippets Groups Projects

Added metadata to Issue

Closed gitlab-qa-bot requested to merge github/fork/rightshift/master into master
4 files
+ 9
3
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 1
1
@@ -34,7 +34,7 @@ class Issue < ActiveRecord::Base
@@ -34,7 +34,7 @@ class Issue < ActiveRecord::Base
scope :of_user_team, ->(team) { where(project_id: team.project_ids, assignee_id: team.member_ids) }
scope :of_user_team, ->(team) { where(project_id: team.project_ids, assignee_id: team.member_ids) }
attr_accessible :title, :assignee_id, :position, :description,
attr_accessible :title, :assignee_id, :position, :description,
:milestone_id, :label_list, :state_event
:milestone_id, :label_list, :state_event, :metadata
acts_as_taggable_on :labels
acts_as_taggable_on :labels
Loading