From d2a4e76059c3275f0a7ad6a7e94def4b92d08c6f Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 16 Dec 2013 10:38:52 +0800 Subject: Bug 947012: add cf_due_date and cf_mozilla_project to BIDW --- extensions/BMO/lib/Data.pm | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'extensions/BMO/lib/Data.pm') diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm index 8ee9ce5a7..b5f9f084a 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -197,14 +197,18 @@ tie(%$cf_visible_in_products, "Tie::IxHash", "Toolkit" => [], }, qw/^cf_due_date$/ => { - "Developer Engagement" => [], - "Marketing" => [], - "mozilla.org" => ["Security Assurance: Review Request"], - "Mozilla Reps" => [], + "Data & BI Services Team" => [], + "Developer Engagement" => [], + "Marketing" => [], + "mozilla.org" => ["Security Assurance: Review Request"], + "Mozilla Reps" => [], }, qw/^cf_locale$/ => { "www.mozilla.org" => [], }, + qw/^cf_mozilla_project$/ => { + "Data & BI Services Team" => [], + }, ); # Which custom fields are acting as flags (ie. custom flags) -- cgit v1.2.3-24-g4f1b