From a6b4362d3ef33b1c1fdc06690511cac19b8e2be3 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 10 May 2006 07:41:44 +0000 Subject: Bug 7710: Pref to automatically put me on the CC: list of bugs I change - Patch by Olav Vitters r=LpSolit a=myk --- template/en/default/bug/edit.html.tmpl | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'template/en/default/bug') diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index c2bd1b50b..51f4223f3 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -573,8 +573,18 @@ %] [% IF NOT bug.cc || NOT bug.cc.contains(user.login) %] + [% has_role = bug.user.isreporter + || bug.assigned_to.id == user.id + || (Param('useqacontact') + && bug.qa_contact + && bug.qa_contact.id == user.id) %] +
- + [% END %]
-- cgit v1.2.3-24-g4f1b