diff options
author | David Lawrence <dkl@mozilla.com> | 2014-09-11 16:12:27 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2014-09-11 16:15:10 +0200 |
commit | cdf7ace8009c37ce5e5c29ed10a6f4f151b47a7a (patch) | |
tree | 808554dd8bfeab095316905407633ecae71dd95d | |
parent | 4f8ce64197b948974d74389a64f15835259ce344 (diff) | |
download | bugzilla-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.pm | 1 |
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" => [], |