Events improved. Open/close issue, merge request events displayed
This commit is contained in:
parent
98b484b996
commit
94befdd502
13 changed files with 98 additions and 19 deletions
|
@ -5,6 +5,7 @@ class MergeRequest < ActiveRecord::Base
|
|||
has_many :notes, :as => :noteable, :dependent => :destroy
|
||||
|
||||
attr_protected :author, :author_id, :project, :project_id
|
||||
attr_accessor :author_id_of_changes
|
||||
|
||||
validates_presence_of :project_id
|
||||
validates_presence_of :assignee_id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue