@@ -190,7 +190,7 class Journal < ActiveRecord::Base | |||||
190 | if notify? && (Setting.notified_events.include?('issue_updated') || |
|
190 | if notify? && (Setting.notified_events.include?('issue_updated') || | |
191 | (Setting.notified_events.include?('issue_note_added') && notes.present?) || |
|
191 | (Setting.notified_events.include?('issue_note_added') && notes.present?) || | |
192 | (Setting.notified_events.include?('issue_status_updated') && new_status.present?) || |
|
192 | (Setting.notified_events.include?('issue_status_updated') && new_status.present?) || | |
193 |
(Setting.notified_events.include?('issue_assigned_to_updated') && |
|
193 | (Setting.notified_events.include?('issue_assigned_to_updated') && detail_for_attribute('assigned_to_id').present?) || | |
194 | (Setting.notified_events.include?('issue_priority_updated') && new_value_for('priority_id').present?) |
|
194 | (Setting.notified_events.include?('issue_priority_updated') && new_value_for('priority_id').present?) | |
195 | ) |
|
195 | ) | |
196 | Mailer.deliver_issue_edit(self) |
|
196 | Mailer.deliver_issue_edit(self) |
General Comments 0
You need to be logged in to leave comments.
Login now