From: dklawren Date: Thu, 21 Feb 2019 17:42:46 +0000 (-0500) Subject: Bug 1528277 - Add "Has STR" and "Has Regression Range" fields for the 'External Softw... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfcf11566cb633d68c9b89b032a86a1370ab2943;p=thirdparty%2Fbugzilla.git Bug 1528277 - Add "Has STR" and "Has Regression Range" fields for the 'External Software Affecting Firefox' product --- diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm index 2f294cf7c..e1312ea40 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -162,34 +162,36 @@ tie( "Toolkit" => [], }, qr/^cf_has_regression_range$/ => { - "Core" => [], - "DevTools Graveyard" => [], - "DevTools" => [], - "Firefox Build System" => [], - "Firefox for Android" => [], - "Firefox for iOS" => [], - "Firefox Graveyard" => [], - "Firefox" => [], - "GeckoView" => [], - "NSS" => [], - "Tech Evangelism" => [], - "Toolkit" => [], - "WebExtensions" => [], + "Core" => [], + "DevTools Graveyard" => [], + "DevTools" => [], + "External Software Affecting Firefox" => [], + "Firefox Build System" => [], + "Firefox for Android" => [], + "Firefox for iOS" => [], + "Firefox Graveyard" => [], + "Firefox" => [], + "GeckoView" => [], + "NSS" => [], + "Tech Evangelism" => [], + "Toolkit" => [], + "WebExtensions" => [], }, qr/^cf_has_str$/ => { - "Core" => [], - "DevTools Graveyard" => [], - "DevTools" => [], - "Firefox Build System" => [], - "Firefox for Android" => [], - "Firefox for iOS" => [], - "Firefox Graveyard" => [], - "Firefox" => [], - "GeckoView" => [], - "NSS" => [], - "Tech Evangelism" => [], - "Toolkit" => [], - "WebExtensions" => [], + "Core" => [], + "DevTools Graveyard" => [], + "DevTools" => [], + "External Software Affecting Firefox" => [], + "Firefox Build System" => [], + "Firefox for Android" => [], + "Firefox for iOS" => [], + "Firefox Graveyard" => [], + "Firefox" => [], + "GeckoView" => [], + "NSS" => [], + "Tech Evangelism" => [], + "Toolkit" => [], + "WebExtensions" => [], }, qr/^cf_cab_review$/ => { "Infrastructure & Operations Graveyard" => [],