summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-01-16 06:25:07 +0100
committerByron Jones <bjones@mozilla.com>2013-01-16 06:25:07 +0100
commit80540f731d1e736e8a60a2c9e76a64d8a4c76fad (patch)
treedd5c51deccdd1ccefde4c7268a0d4f60fa9755ae /extensions
parentf9e8dc3483e23e018211629af197bb8dc2a9d18d (diff)
downloadbugzilla-80540f731d1e736e8a60a2c9e76a64d8a4c76fad.tar.gz
bugzilla-80540f731d1e736e8a60a2c9e76a64d8a4c76fad.tar.xz
Bug 831152: add a "visibility group" for the mozilla-corporation-confidential group
Diffstat (limited to 'extensions')
-rw-r--r--extensions/BMO/template/en/default/hook/bug/create/create-form.html.tmpl8
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>