From: gerv%gerv.net <> Date: Thu, 18 Jul 2002 01:28:37 +0000 (+0000) Subject: Bug 151648 - QA Contact stuff displayed even if you aren't using QA Contacts. 2xr... X-Git-Tag: bugzilla-2.16~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de618689064ed38a212cada6bb932b3980e8f480;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 e3ff6b86c7..5bf4920174 100644 --- a/template/en/default/account/prefs/email.html.tmpl +++ b/template/en/default/account/prefs/email.html.tmpl @@ -30,6 +30,8 @@ # receiving mail for that reason when in that role. # Also references the 'supportwatchers' Param. #%] + +[% useqacontact = Param('useqacontact') %] [% IF Param('supportwatchers') %] @@ -96,7 +98,7 @@
- - + [% IF useqacontact %] + + [% END %] @@ -142,6 +146,7 @@ [% FOREACH role = [ "Reporter", "Owner", "QAcontact", "CClist", "Voter" ] %] + [% NEXT IF role == "QAcontact" AND NOT useqacontact %]
+ When my relationship to this bug is: @@ -111,9 +113,11 @@ Assignee - QA Contact - + QA Contact + CC