diff options
author | Byron Jones <bjones@mozilla.com> | 2013-01-16 06:25:07 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-01-16 06:25:07 +0100 |
commit | 80540f731d1e736e8a60a2c9e76a64d8a4c76fad (patch) | |
tree | dd5c51deccdd1ccefde4c7268a0d4f60fa9755ae | |
parent | f9e8dc3483e23e018211629af197bb8dc2a9d18d (diff) | |
download | bugzilla-80540f731d1e736e8a60a2c9e76a64d8a4c76fad.tar.gz bugzilla-80540f731d1e736e8a60a2c9e76a64d8a4c76fad.tar.xz |
Bug 831152: add a "visibility group" for the mozilla-corporation-confidential group
-rw-r--r-- | extensions/BMO/template/en/default/hook/bug/create/create-form.html.tmpl | 8 |
1 files changed, 8 insertions, 0 deletions
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 %] <br> </td> </tr> |