@@ -31,6 +31,7 class Mailer < ActionMailer::Base | |||||
31 |
|
31 | |||
32 | def issue_edit(journal) |
|
32 | def issue_edit(journal) | |
33 | issue = journal.journalized |
|
33 | issue = journal.journalized | |
|
34 | issue.reload | |||
34 | recipients issue.recipients |
|
35 | recipients issue.recipients | |
35 | # Watchers in cc |
|
36 | # Watchers in cc | |
36 | cc(issue.watcher_recipients - @recipients) |
|
37 | cc(issue.watcher_recipients - @recipients) |
General Comments 0
You need to be logged in to leave comments.
Login now