aboutsummaryrefslogtreecommitdiffstats
path: root/data/lib/rhbzpage.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2011-04-22 02:20:14 +0200
committerMatěj Cepl <mcepl@redhat.com>2011-06-05 14:46:49 +0200
commit28fca6be6eed43da9b9449257a8577e4d8597590 (patch)
tree6b1fcf2df774a42b82e8958c7622ea0f926a8d39 /data/lib/rhbzpage.js
parentca6d6953457b0176f9aed372367cb2645e575f3e (diff)
downloadbugzilla-triage-28fca6be6eed43da9b9449257a8577e4d8597590.tar.gz
Add the roll-down list for selection of categories.
Diffstat (limited to 'data/lib/rhbzpage.js')
-rw-r--r--data/lib/rhbzpage.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/lib/rhbzpage.js b/data/lib/rhbzpage.js
index 43d34c2..8071c80 100644
--- a/data/lib/rhbzpage.js
+++ b/data/lib/rhbzpage.js
@@ -468,6 +468,10 @@ function RHBZinit() {
setDefaultAssignee();
}
+ if (constantData.xorgBugsCategories) {
+ makeBugCategoriesList(constantData.xorgBugsCategories);
+ }
+
// Dig out backtrace protection against double-firing?
btSnippet = "";