diff options
-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> |