diff options
author | David Lawrence <dkl@mozilla.com> | 2014-03-03 23:28:07 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2014-03-03 23:28:07 +0100 |
commit | 5b538dc5a0f0ffb97700ff2f3059f21a5319b635 (patch) | |
tree | 6f97346842ba9d6d3fd5f2b5f174ebed9933f56d /extensions/BMO/lib | |
parent | 17820c05049f28d1ce75fb5a358d5b089cb86613 (diff) | |
download | bugzilla-5b538dc5a0f0ffb97700ff2f3059f21a5319b635.tar.gz bugzilla-5b538dc5a0f0ffb97700ff2f3059f21a5319b635.tar.xz |
Bug 977761 - Create product and affiliations for Intellego project
Diffstat (limited to 'extensions/BMO/lib')
-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 ea8bffec7..bf14ee8e8 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -162,6 +162,7 @@ our %product_sec_groups = ( "Firefox Health Report" => 'mozilla-services-security', "Infrastructure & Operations" => 'mozilla-employee-confidential', "Input" => 'websites-security', + "Intellego" => 'intellego-team', "Internet Public Policy" => 'mozilla-employee-confidential', "L20n" => 'l20n-security', "Legal" => 'legal', |