From: gerv%gerv.net <> Date: Thu, 18 Jul 2002 01:28:15 +0000 (+0000) Subject: Bug 151648 - QA Contact stuff displayed even if you aren't using QA Contacts. 2xr... X-Git-Tag: bugzilla-2.17.1~259 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42c44b90deed374299ad79604a733ad52116ba7f;p=thirdparty%2Fbugzilla.git Bug 151648 - QA Contact stuff displayed even if you aren't using QA Contacts. 2xr=jouni. --- diff --git a/template/en/default/account/prefs/email.html.tmpl b/template/en/default/account/prefs/email.html.tmpl index 41baae8826..4205aee074 100644 --- a/template/en/default/account/prefs/email.html.tmpl +++ b/template/en/default/account/prefs/email.html.tmpl @@ -31,6 +31,8 @@ # receiving mail for that reason when in that role. # Also references the 'supportwatchers' Param. #%] + +[% useqacontact = Param('useqacontact') %] [% IF Param('supportwatchers') %] @@ -97,7 +99,7 @@
- - + [% IF useqacontact %] + + [% END %] @@ -146,6 +150,7 @@ [% FOREACH role = [ "Reporter", "Owner", "QAcontact", "CClist", "Voter" ] %] + [% NEXT IF role == "QAcontact" AND NOT useqacontact %]
+ When my relationship to this bug is: @@ -112,9 +114,11 @@ Assignee - QA Contact - + QA Contact + CC