diff options
author | Dylan Hardison <dylan@mozilla.com> | 2015-12-11 20:14:45 +0100 |
---|---|---|
committer | Dylan Hardison <dylan@mozilla.com> | 2015-12-11 20:14:45 +0100 |
commit | 1d78e5765e974cacc64d5876393e3bd82517787c (patch) | |
tree | 31ca5f06c6ca2ac451f3c3ee6bc72298aa247624 /extensions | |
parent | 7fc4b85c32a0cfb8e30880371812308ed7e4a867 (diff) | |
download | bugzilla-1d78e5765e974cacc64d5876393e3bd82517787c.tar.gz bugzilla-1d78e5765e974cacc64d5876393e3bd82517787c.tar.xz |
Bug 1226287 - A few more Data & BI Services Team product tweaks
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 ab0b43363..4ead905df 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -151,6 +151,7 @@ tie(%$cf_visible_in_products, "Tie::IxHash", qr/^cf_cab_review$/ => { "Infrastructure & Operations Graveyard" => [], "Infrastructure & Operations" => [], + "Data & BI Services Team" => [], } ); |