Merge remote-tracking branch 'upstream/pull/3217'
This commit is contained in:
commit
3fff377b00
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ class IssuesController < ApplicationController
|
||||||
# Status Transistions
|
# Status Transistions
|
||||||
def resolve
|
def resolve
|
||||||
if @issue.resolve
|
if @issue.resolve
|
||||||
|
@issue.updated_by = current_user.id
|
||||||
@issue.save!
|
@issue.save!
|
||||||
redirect_to @issue, :notice => t(".resolved")
|
redirect_to @issue, :notice => t(".resolved")
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue