From 80540f731d1e736e8a60a2c9e76a64d8a4c76fad Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 16 Jan 2013 13:25:07 +0800 Subject: Bug 831152: add a "visibility group" for the mozilla-corporation-confidential group --- .../BMO/template/en/default/hook/bug/create/create-form.html.tmpl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'extensions') diff --git a/extensions/BMO/template/en/default/hook/bug/create/create-form.html.tmpl b/extensions/BMO/template/en/default/hook/bug/create/create-form.html.tmpl index e6038fdb1..cbe921c76 100644 --- a/extensions/BMO/template/en/default/hook/bug/create/create-form.html.tmpl +++ b/extensions/BMO/template/en/default/hook/bug/create/create-form.html.tmpl @@ -14,6 +14,14 @@ "the assignee, QA contact, and CC list only." %] [% END %] + [% IF user.in_group('mozilla-corporation-confidential-visible') + && !user.in_group('mozilla-corporation-confidential') %] + [% PROCESS group_checkbox + name = 'mozilla-corporation-confidential' + desc = "Restrict the visibility of this " _ terms.bug _ " to " _ + "Mozilla Employees and Contractors only." + %] + [% END %]
-- cgit v1.2.3-24-g4f1b