summaryrefslogtreecommitdiffstats
path: root/extensions/GuidedBugEntry/web/js/products.js
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2012-01-03 15:20:45 +0100
committerByron Jones <bjones@mozilla.com>2012-01-03 15:20:45 +0100
commit3bd91966b819ce30368d5df22059458beba9d12a (patch)
tree2ebe438edd2d848c1ceaa4e116f4fce855911f50 /extensions/GuidedBugEntry/web/js/products.js
parent173cf5e3efb836eb0e2ecffc9c87ebe82304cbe5 (diff)
downloadbugzilla-3bd91966b819ce30368d5df22059458beba9d12a.tar.gz
bugzilla-3bd91966b819ce30368d5df22059458beba9d12a.tar.xz
bug 713165: update guided bug entry to force firefox bugs into the untriaged component
Diffstat (limited to 'extensions/GuidedBugEntry/web/js/products.js')
-rw-r--r--extensions/GuidedBugEntry/web/js/products.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/extensions/GuidedBugEntry/web/js/products.js b/extensions/GuidedBugEntry/web/js/products.js
index c6fc25e75..35799b74f 100644
--- a/extensions/GuidedBugEntry/web/js/products.js
+++ b/extensions/GuidedBugEntry/web/js/products.js
@@ -29,8 +29,11 @@
* version: function which returns a version (eg. detected from UserAgent)
* support: string which is displayed at the top of the duplicates page
* secgroup: the group to place confidential bugs into
+ * defaultComponent: the default compoent to select. Defaults to 'General'
+ * noComponentSelection: when true, the default component will always be
+ * used. Defaults to 'false';
* detectPlatform: when true the platform and op_sys will be set from the
- * browser's user agent. when false, these will be set to All
+ * browser's user agent. when false, these will be set to All
*/
var products = {
@@ -52,6 +55,8 @@ var products = {
return false;
}
},
+ defaultComponent: "Untriaged",
+ noComponentSelection: true,
detectPlatform: true,
support:
'If you are new to Firefox or Bugzilla, please consider checking ' +