From d3da04e5d03e3b898243f0fcb975c4feeafce85a Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Fri, 9 Sep 2016 20:32:22 +0000 Subject: Bug 1278398 - Enable "Due Date" field for all websites, web services, infrastructure(webops, netops, etc), infosec bugs (all components) --- extensions/BMO/lib/Data.pm | 92 ++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 81 insertions(+), 11 deletions(-) diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm index d075cd515..b074cb64a 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -105,17 +105,87 @@ tie(%$cf_visible_in_products, "Tie::IxHash", "Toolkit" => [], }, qr/^cf_due_date$/ => { - "bugzilla.mozilla.org" => [], - "Community Building" => [], - "Data & BI Services Team" => [], - "Data Compliance" => [], - "Developer Engagement" => [], - "Infrastructure & Operations" => [], - "Marketing" => [], - "mozilla.org" => ["Security Assurance: Review Request"], - "Mozilla Metrics" => [], - "Mozilla PR" => [], - "Mozilla Reps" => [], + "AUS" => [], + "Add-on SDK" => [], + "Air Mozilla" => [], + "CCK" => [], + "Calendar" => [], + "Cloud Services" => [], + "Community Building" => [], + "Composer" => [], + "Content Services" => [], + "Data & BI Services Team" => [], + "Data Compliance" => [], + "Datazilla" => [], + "Derivatives" => [], + "Developer Documentation" => [], + "Developer Ecosystem" => [], + "Developer Engagement" => [], + "Developer Services" => [], + "Documentation" => [], + "Enterprise Information Security" => [], + "FSA" => [], + "Firefox Health Report" => [], + "Focus" => [], + "Grendel" => [], + "Hello (Loop)" => [], + "Infrastructure & Operations" => [], + "Input" => [], + "Instantbird Servers" => [], + "Intellego" => [], + "Internet Public Policy" => [], + "Invalid Bugs" => [], + "L20n" => [], + "Localization Infrastructure and Tools" => [], + "Marketing" => [], + "Marketplace" => [], + "Minimo" => [], + "MozReview" => [], + "Mozilla Corporation" => [], + "Mozilla Developer Network" => [], + "Mozilla Foundation Communications" => [], + "Mozilla Foundation" => [], + "Mozilla Grants" => [], + "Mozilla Labs" => [], + "Mozilla Localizations" => [], + "Mozilla Messaging" => [], + "Mozilla Metrics" => [], + "Mozilla PR" => [], + "Mozilla QA" => [], + "Mozilla Reps" => [], + "MozillaClassic" => [], + "Other Applications" => [], + "Pancake" => [], + "Participation Infrastructure" => [], + "Penelope" => [], + "Petri" => [], + "Plugin Check" => [], + "Powertool" => [], + "Privacy" => [], + "SeaMonkey" => [], + "Servo" => [], + "Shield" => [], + "Skywriter" => [], + "Snippets" => [], + "Socorro" => [], + "Taskcluster" => [], + "Tech Evangelism" => [], + "Testopia" => [], + "Thunderbird" => [], + "Tracking" => [], + "Tree Management" => [], + "Untriaged Bugs" => [], + "Web Apps" => [], + "Web Compatibility" => [], + "Webmaker" => [], + "Websites" => [], + "Webtools" => [], + "addons.mozilla.org" => [], + "mozilla.org" => ["Security Assurance: Review Request"], + "mozillaignite" => [], + "quality.mozilla.org" => [], + "support.mozilla.org" => [], + "www.mozilla.org" => [], }, qr/^cf_locale$/ => { "Mozilla Localizations" => ['Other'], -- cgit v1.2.3-24-g4f1b