##// END OF EJS Templates
Fixed: when changing the status of an issue, the email subject contains the previous status of the issue....
Jean-Philippe Lang -
r1064:1535ac122053
parent child
Show More
@@ -31,6 +31,7 class Mailer < ActionMailer::Base
31 31
32 32 def issue_edit(journal)
33 33 issue = journal.journalized
34 issue.reload
34 35 recipients issue.recipients
35 36 # Watchers in cc
36 37 cc(issue.watcher_recipients - @recipients)
General Comments 0
You need to be logged in to leave comments. Login now