From 8571875e364a6a323e2b340c6c20a81c574a7818 Mon Sep 17 00:00:00 2001 From: Damien Regad Date: Thu, 18 Sep 2014 14:13:53 +0200 Subject: [PATCH 2/2] Added missing e-mail notification As per 568c5ea0feb25e3db8b9c018bdf745bf48dbc28b --- bug_actiongroup.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bug_actiongroup.php b/bug_actiongroup.php index bee1bbb..eecd66b 100644 --- a/bug_actiongroup.php +++ b/bug_actiongroup.php @@ -225,6 +225,7 @@ if ( $f_product_version === '' || version_get_id( $f_product_version, $t_project_id ) !== false ) { /** @todo we need to issue a helper_call_custom_function( 'issue_update_validate', array( $t_bug_id, $t_bug_data, $f_bugnote_text ) ); */ bug_set_field( $t_bug_id, 'version', $f_product_version ); + email_generic( $t_bug_id, 'updated', 'email_notification_title_for_action_bug_updated' ); helper_call_custom_function( 'issue_update_notify', array( $t_bug_id ) ); } else { $t_failed_ids[$t_bug_id] = lang_get( 'bug_actiongroup_version' ); -- 2.1.0