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:
Jean-Philippe Lang 2008-01-20 09:49:25 +00:00
parent 2a945f794f
commit 1535ac1220
1 changed files with 1 additions and 0 deletions

View File

@ -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)