diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-07-25 23:29:46 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-07-25 23:29:46 +0200 |
commit | 10e4e28f963ddba0ec592543cc7b9243ee59ea4e (patch) | |
tree | 24b033c59cb9735e3930e841b8b84ff18e289b43 | |
parent | 4c10c375023526202df17a70927070e795305266 (diff) | |
download | bugzilla-10e4e28f963ddba0ec592543cc7b9243ee59ea4e.tar.gz bugzilla-10e4e28f963ddba0ec592543cc7b9243ee59ea4e.tar.xz |
Bug 777410 - Add colo-trip column for DCOPS bugzilla query
-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 0f0fdbcca..7674cbecf 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -128,6 +128,7 @@ tie(%$cf_visible_in_products, "Tie::IxHash", qr/^cf_colo_site$/ => { "mozilla.org" => [ "Server Operations", + "Server Operations: DCOps", "Server Operations: Projects", "Server Operations: RelEng", "Server Operations: Security", |