From de618689064ed38a212cada6bb932b3980e8f480 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Thu, 18 Jul 2002 01:28:37 +0000 Subject: [PATCH] Bug 151648 - QA Contact stuff displayed even if you aren't using QA Contacts. 2xr=jouni. --- template/en/default/account/prefs/email.html.tmpl | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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
-- 2.47.2