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
|
@ -76,7 +76,7 @@ class IssuesController < ApplicationController
|
|||
end
|
||||
|
||||
def update
|
||||
@issue.update_attributes(params[:issue])
|
||||
@issue.update_attributes(params[:issue].merge(:author_id_of_changes => current_user.id))
|
||||
|
||||
respond_to do |format|
|
||||
format.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue