diff options
author | Byron Jones <bjones@mozilla.com> | 2013-05-03 09:35:23 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-05-03 09:35:23 +0200 |
commit | 7738bea531e27159910df07e329dac26ff3edf7b (patch) | |
tree | 6688b490a9a6afec6074fd167d851642df6f5d55 | |
parent | ae620114bec1e316077f2507dd72541740885293 (diff) | |
download | bugzilla-7738bea531e27159910df07e329dac26ff3edf7b.tar.gz bugzilla-7738bea531e27159910df07e329dac26ff3edf7b.tar.xz |
Bug 865686: Add new Bugzilla product under "Other" called "Developer Ecosystem"
-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 3e03aa625..2b4ccb729 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -402,6 +402,7 @@ our %product_sec_groups = ( "bugzilla.mozilla.org" => 'bugzilla-security', "Community Tools" => 'websites-security', "Developer Documentation" => 'websites-security', + "Developer Ecosystem" => 'client-services-security', "Finance" => 'finance', "Firefox Health Report" => 'mozilla-services-security', "Input" => 'websites-security', |