Merge lp:~rmaisl/eventum/eventum into lp:eventum

Proposed by Roberto
Status: Merged
Merged at revision: 4572
Proposed branch: lp:~rmaisl/eventum/eventum
Merge into: lp:eventum
Diff against target: 16 lines (+6/-0)
1 file modified
lib/eventum/class.support.php (+6/-0)
To merge this branch: bzr merge lp:~rmaisl/eventum/eventum
Reviewer Review Type Date Requested Status
Eventum Development Team Pending
Review via email: mp+106588@code.launchpad.net

Description of the change

Fixes https://bugs.launchpad.net/eventum/+bug/1002203.
Having this change in our instances for a while now; operates nicely.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/eventum/class.support.php'
2--- lib/eventum/class.support.php 2012-05-09 04:23:09 +0000
3+++ lib/eventum/class.support.php 2012-05-21 08:31:22 +0000
4@@ -1558,6 +1558,12 @@
5 // the following items are not inserted, but useful in some methods
6 'headers' => @$structure->headers
7 );
8+
9+ $prj_id = Issue::getProjectID($t['issue_id']);
10+ if (Workflow::shouldAutoAddToNotificationList($prj_id)) {
11+ self::addExtraRecipientsToNotificationList($prj_id, $t, false);
12+ }
13+
14 Notification::notifyNewEmail($usr_id, $issue_id, $t, false, false, '', $res[$i]['sup_id']);
15 if ($authorize) {
16 Authorized_Replier::manualInsert($issue_id, Mail_Helper::getEmailAddress(@$structure->headers['from']), false);

Subscribers

People subscribed via source and target branches