diff options
author | Byron Jones <bjones@mozilla.com> | 2013-12-16 03:38:52 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-12-16 03:38:52 +0100 |
commit | d2a4e76059c3275f0a7ad6a7e94def4b92d08c6f (patch) | |
tree | 58e3dcbc43554d1b3b001c27d1486cb9f58a1d87 /extensions | |
parent | 96814084690b9da9aaaf4b32a2091ddb51c4f7a0 (diff) | |
download | bugzilla-d2a4e76059c3275f0a7ad6a7e94def4b92d08c6f.tar.gz bugzilla-d2a4e76059c3275f0a7ad6a7e94def4b92d08c6f.tar.xz |
Bug 947012: add cf_due_date and cf_mozilla_project to BIDW
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/BMO/lib/Data.pm | 12 |
1 files changed, 8 insertions, 4 deletions
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) |