diff options
author | David Lawrence <dkl@mozilla.com> | 2014-11-21 20:27:31 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2014-11-21 20:27:31 +0100 |
commit | 9270ebaa02a668930bee200c952a17e4011150ee (patch) | |
tree | 7bf12b7ad382499d2c1185729ba0a48f763b5dcf | |
parent | 932e432d638da79afa496f5a86589a138fba58aa (diff) | |
download | bugzilla-9270ebaa02a668930bee200c952a17e4011150ee.tar.gz bugzilla-9270ebaa02a668930bee200c952a17e4011150ee.tar.xz |
Bug 1103069: Please fix the colo-trip field for Infrastructure and Operations :: DCops
-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 7d0ec05fd..262e8dda3 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -45,7 +45,8 @@ tie(%$cf_visible_in_products, "Tie::IxHash", ], "Infrastructure & Operations" => [ "RelOps", - "RelOps: Puppet" + "RelOps: Puppet", + "Server Operations: DCOps", ], }, qw/^cf_office$/ => { |