summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/lib/Data.pm
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-09-22 21:54:35 +0200
committerDavid Lawrence <dkl@mozilla.com>2015-09-22 21:54:35 +0200
commit04b55ee366685963928fe37268cc9d99e5477a18 (patch)
tree963efb21d0cd1bbadd9b69048b1267b22251b0cf /extensions/BMO/lib/Data.pm
parenta85940f9149c862a6421503f97a9f821ea5f4cee (diff)
downloadbugzilla-04b55ee366685963928fe37268cc9d99e5477a18.tar.gz
bugzilla-04b55ee366685963928fe37268cc9d99e5477a18.tar.xz
Bug 1205683: Feature request: STR and regression-range pulldowns
Diffstat (limited to 'extensions/BMO/lib/Data.pm')
-rw-r--r--extensions/BMO/lib/Data.pm10
1 files changed, 10 insertions, 0 deletions
diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm
index 2b88ef025..4f158e295 100644
--- a/extensions/BMO/lib/Data.pm
+++ b/extensions/BMO/lib/Data.pm
@@ -134,6 +134,16 @@ tie(%$cf_visible_in_products, "Tie::IxHash",
"Cloud Services" => [],
"Toolkit" => [],
},
+ qr/^cf_has_regression_range$/ => {
+ "Core" => [],
+ "Firefox" => [],
+ "Toolkit" => [],
+ },
+ qr/^cf_has_str$/ => {
+ "Core" => [],
+ "Firefox" => [],
+ "Toolkit" => [],
+ },
);
# Who to CC on particular bugmails when certain groups are added or removed.