diff options
author | Dylan William Hardison <dylan@hardison.net> | 2014-05-25 20:29:35 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2014-05-25 20:30:18 +0200 |
commit | 398daeeabbb1bf87a677d735ee74edfe9bcc9348 (patch) | |
tree | 702ffe3270bd93cb36897c8076d5e66aa48be187 /extensions | |
parent | 4b9eebbc6fdb733a087ae60d0fd0daa7d8feedc1 (diff) | |
download | bugzilla-398daeeabbb1bf87a677d735ee74edfe9bcc9348.tar.gz bugzilla-398daeeabbb1bf87a677d735ee74edfe9bcc9348.tar.xz |
Bug 1003386 - Create new "Mozilla Foundation Operations" product
r=glob
Diffstat (limited to 'extensions')
-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 85e8bf08a..fdef82d40 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -198,6 +198,7 @@ our %product_sec_groups = ( "Websites" => 'websites-security', "Webtools" => 'webtools-security', "www.mozilla.org" => 'websites-security', + "Mozilla Foundation Operations" => 'mozilla-foundation-operations', "_default" => 'core-security' ); |