summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-02-08 21:39:49 +0100
committerDave Lawrence <dlawrence@mozilla.com>2012-02-08 21:39:49 +0100
commit5890d8b8c447647f1c4b1fb3f53ccea04a23bc70 (patch)
tree7a87d97738a448dc2851d07a6b7fb7592400011d
parent2da0922682556cfdc1a9170c3bc3c446fc18abd0 (diff)
downloadbugzilla-5890d8b8c447647f1c4b1fb3f53ccea04a23bc70.tar.gz
bugzilla-5890d8b8c447647f1c4b1fb3f53ccea04a23bc70.tar.xz
Bug 716907 - I am not permitted to file a legal bug
r=glob
-rw-r--r--extensions/BMO/lib/Data.pm1
-rw-r--r--extensions/BMO/template/en/default/bug/create/create-legal.html.tmpl3
2 files changed, 3 insertions, 1 deletions
diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm
index 66f4387bc..8b0799d4c 100644
--- a/extensions/BMO/lib/Data.pm
+++ b/extensions/BMO/lib/Data.pm
@@ -261,6 +261,7 @@ our %always_fileable_group = (
'marketing-private' => 1,
'mozilla-confidential' => 1,
'mozilla-corporation-confidential' => 1,
+ 'mozilla-foundation-confidential' => 1,
'mozilla-messaging-confidential' => 1,
'tamarin-security' => 1,
'websites-security' => 1,
diff --git a/extensions/BMO/template/en/default/bug/create/create-legal.html.tmpl b/extensions/BMO/template/en/default/bug/create/create-legal.html.tmpl
index 3454b0181..15941c8ab 100644
--- a/extensions/BMO/template/en/default/bug/create/create-legal.html.tmpl
+++ b/extensions/BMO/template/en/default/bug/create/create-legal.html.tmpl
@@ -29,7 +29,8 @@
%]
[% IF user.in_group("mozilla-corporation-confidential")
- OR user.in_group("mozilla-messaging-confidential") %]
+ OR user.in_group("mozilla-messaging-confidential")
+ OR user.in_group("mozilla-foundation-confidential") %]
<div style='text-align: center; width: 98%; font-size: 2em; font-weight: bold; margin: 10px;'>MoLegal</div>