diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-06-20 22:14:49 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-06-20 22:14:49 +0200 |
commit | 326364dae3661251fcdb228a7db3df574773db46 (patch) | |
tree | a6233ba22f87063eca712825b6b237615261b541 /extensions/BMO | |
parent | 26862b3c6aab5f74b71f7da4987e50252c64d424 (diff) | |
download | bugzilla-326364dae3661251fcdb228a7db3df574773db46.tar.gz bugzilla-326364dae3661251fcdb228a7db3df574773db46.tar.xz |
Bug 766669 - Marketplace product has wrong default security group
Diffstat (limited to 'extensions/BMO')
-rw-r--r-- | extensions/BMO/lib/Data.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm index 1e3f95e08..3411d5a52 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -332,6 +332,7 @@ our %product_sec_groups = ( "Community Tools" => 'websites-security', "Legal" => 'legal', "Marketing" => 'marketing-private', + "Marketplace" => 'client-services-security', "Mozilla Corporation" => 'mozilla-corporation-confidential', "Mozilla Developer Network" => 'websites-security', "Mozilla Grants" => 'grants', |