Commit 1535ac12 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Fixed: when changing the status of an issue, the email subject contains the…

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
parent 2a945f79
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment