diff options
author | Dylan William Hardison <dylan@hardison.net> | 2015-10-26 21:48:24 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2015-10-26 21:48:24 +0100 |
commit | f521f52eaee19967ef5898cad3c8cf1cd8b84675 (patch) | |
tree | ba773ccbc81a1e300cbbc61045f8a04d4df5b1bd /extensions | |
parent | 08e94cd5a6942328ec940be2ff1b6ef72fa003b1 (diff) | |
download | bugzilla-f521f52eaee19967ef5898cad3c8cf1cd8b84675.tar.gz bugzilla-f521f52eaee19967ef5898cad3c8cf1cd8b84675.tar.xz |
Bug 1218503 - Please remove CAB review field from product developer services
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/BMO/lib/Data.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm index c799de2aa..8a3f5b419 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -148,7 +148,6 @@ tie(%$cf_visible_in_products, "Tie::IxHash", "Toolkit" => [], }, qr/^cf_cab_review$/ => { - "Developer Services" => [], "Infrastructure & Operations Graveyard" => [], "Infrastructure & Operations" => [], } |