diff options
author | David Lawrence <dkl@mozilla.com> | 2015-09-22 21:54:35 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-09-22 21:54:35 +0200 |
commit | 04b55ee366685963928fe37268cc9d99e5477a18 (patch) | |
tree | 963efb21d0cd1bbadd9b69048b1267b22251b0cf /extensions/BMO | |
parent | a85940f9149c862a6421503f97a9f821ea5f4cee (diff) | |
download | bugzilla-04b55ee366685963928fe37268cc9d99e5477a18.tar.gz bugzilla-04b55ee366685963928fe37268cc9d99e5477a18.tar.xz |
Bug 1205683: Feature request: STR and regression-range pulldowns
Diffstat (limited to 'extensions/BMO')
-rw-r--r-- | extensions/BMO/lib/Data.pm | 10 |
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. |