diff options
author | David Lawrence <dkl@mozilla.com> | 2014-04-01 21:26:09 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2014-04-01 21:26:09 +0200 |
commit | e348ebc732d8c9d24d83def222a9ef52244a5bca (patch) | |
tree | 5b54a86ba5919e7dd0f8837460397e25cdbcc26e | |
parent | 18b981b96026b8f9b31d397faf4811d7d27e55a6 (diff) | |
download | bugzilla-e348ebc732d8c9d24d83def222a9ef52244a5bca.tar.gz bugzilla-e348ebc732d8c9d24d83def222a9ef52244a5bca.tar.xz |
Bug 924265 - add an alert date field/mechanism to the "Infrastructure & Operations" product
-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 62cc799b5..67ad50f87 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -88,6 +88,7 @@ tie(%$cf_visible_in_products, "Tie::IxHash", qw/^cf_due_date$/ => { "Data & BI Services Team" => [], "Developer Engagement" => [], + "Infrastructure & Operations" => [], "Marketing" => [], "mozilla.org" => ["Security Assurance: Review Request"], "Mozilla Reps" => [], |