Fixed: when changing the status of an issue, the email subject contains the previous status of the issue.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1078 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
2a945f794f
commit
1535ac1220
|
@ -31,6 +31,7 @@ class Mailer < ActionMailer::Base
|
|||
|
||||
def issue_edit(journal)
|
||||
issue = journal.journalized
|
||||
issue.reload
|
||||
recipients issue.recipients
|
||||
# Watchers in cc
|
||||
cc(issue.watcher_recipients - @recipients)
|
||||
|
|
Loading…
Reference in New Issue