summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2014-09-11 16:12:27 +0200
committerDavid Lawrence <dkl@mozilla.com>2014-09-11 16:15:10 +0200
commitcdf7ace8009c37ce5e5c29ed10a6f4f151b47a7a (patch)
tree808554dd8bfeab095316905407633ecae71dd95d
parent4f8ce64197b948974d74389a64f15835259ce344 (diff)
downloadbugzilla-cdf7ace8009c37ce5e5c29ed10a6f4f151b47a7a.tar.gz
bugzilla-cdf7ace8009c37ce5e5c29ed10a6f4f151b47a7a.tar.xz
Bug 1065594: Enable 'due date' field in 'Community Building' product (all components)
-rw-r--r--extensions/BMO/lib/Data.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm
index e641e2828..7d0ec05fd 100644
--- a/extensions/BMO/lib/Data.pm
+++ b/extensions/BMO/lib/Data.pm
@@ -87,6 +87,7 @@ tie(%$cf_visible_in_products, "Tie::IxHash",
},
qw/^cf_due_date$/ => {
"bugzilla.mozilla.org" => [],
+ "Community Building" => [],
"Data & BI Services Team" => [],
"Developer Engagement" => [],
"Infrastructure & Operations" => [],