View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0013659 | mantisbt | public | 2011-12-09 09:30 | 2014-09-18 08:15 | |
| Reporter | pQd | Assigned To | dregad | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.2.8 | ||||
| Target Version | 1.2.16 | Fixed in Version | 1.2.16 | ||
| Summary | 0013659: e-mail notification about priority change is not sent when using bug_actiongroup_page.php | ||||
| Description | it seems that mail notification about ticket's priority change is only sent when ticket is edited directly [via bug_update.php]; but it's not sent when one goes to view issues, marks few tickets, select update priority and proceeds with a change. | ||||
| Additional Information | as a workaround i've edited bug_actiongroup.php and in case 'UP_PRIOR':, after helper_call_custom_function( 'issue_update_notify', array( $t_bug_id ) ); i've added email_generic( $t_bug_id, 'updated', 'email_notification_title_for_action_bug_updated' ); | ||||
| Tags | No tags attached. | ||||
|
MantisBT: master-1.2.x 568c5ea0 2013-11-07 03:41 Details Diff |
Fix group actions not sending notifications Added missing email_generic() calls Fixes 0006343, 0013659 |
Affected Issues 0006343, 0013659 |
|
| mod - bug_actiongroup.php | Diff File | ||
|
MantisBT: master e2827228 2013-11-07 03:41 Details Diff |
Fix group actions not sending notifications Added missing email_generic() calls Fixes 0006343, 0013659 |
Affected Issues 0006343, 0013659 |
|
| mod - bug_actiongroup.php | Diff File | ||