diff options
author | Byron Jones <bjones@mozilla.com> | 2013-02-22 09:32:39 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-02-22 09:32:39 +0100 |
commit | 4d41e7bdbb17dcb4ecc66878d02e2838b90c2491 (patch) | |
tree | 8019d977fa58f537f2b60029bccbd260b05fa55b /extensions/BMO | |
parent | 763a7b191be40597a10ae7299d661abbb6de1dca (diff) | |
download | bugzilla-4d41e7bdbb17dcb4ecc66878d02e2838b90c2491.tar.gz bugzilla-4d41e7bdbb17dcb4ecc66878d02e2838b90c2491.tar.xz |
Bug 825666: updates to the gear request form
Diffstat (limited to 'extensions/BMO')
-rw-r--r-- | extensions/BMO/lib/Data.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm index ee2f273b2..6f28d8ad5 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -427,7 +427,8 @@ our %product_sec_groups = ( # Automatically CC users to bugs filed into configured groups and products our %group_auto_cc = ( 'partner-confidential' => { - '_default' => ['mbest@mozilla.com'], + 'Marketing' => ['jbalaco@mozilla.com'], + '_default' => ['mbest@mozilla.com'], }, ); |