diff options
author | Byron Jones <bjones@mozilla.com> | 2013-03-28 07:06:01 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-03-28 07:06:01 +0100 |
commit | f558420feebedfcead5abdcd2ecc9e37ce4be748 (patch) | |
tree | c9157d91d1c6383b9f0e3ba4ae1a7b970e7dc827 /extensions/Needinfo | |
parent | 01e3fe8bd47eeca70dd09511641ed7ad112fe9ee (diff) | |
download | bugzilla-f558420feebedfcead5abdcd2ecc9e37ce4be748.tar.gz bugzilla-f558420feebedfcead5abdcd2ecc9e37ce4be748.tar.xz |
Bug 855073: Add information to needinfo email
Diffstat (limited to 'extensions/Needinfo')
-rw-r--r-- | extensions/Needinfo/template/en/default/hook/request/email-after_summary.txt.tmpl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/extensions/Needinfo/template/en/default/hook/request/email-after_summary.txt.tmpl b/extensions/Needinfo/template/en/default/hook/request/email-after_summary.txt.tmpl new file mode 100644 index 000000000..6a302b76a --- /dev/null +++ b/extensions/Needinfo/template/en/default/hook/request/email-after_summary.txt.tmpl @@ -0,0 +1,13 @@ +[%# This Source Code Form is subject to the terms of the Mozilla Public + # License, v. 2.0. If a copy of the MPL was not distributed with this + # file, You can obtain one at http://mozilla.org/MPL/2.0/. + # + # This Source Code Form is "Incompatible With Secondary Licenses", as + # defined by the Mozilla Public License, v. 2.0. + #%] + +[% RETURN UNLESS flag && flag.type.name == 'needinfo' && flag.status == '?' %] +--- +--- This request has set a needinfo flag on the [% terms.bug %]. +--- You can clear it by logging in and replying in a comment. +--- |