aboutsummaryrefslogtreecommitdiffstats
path: root/data/lib/rhbzpage.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2011-04-22 04:05:34 +0200
committerMatěj Cepl <mcepl@redhat.com>2011-04-22 04:05:34 +0200
commit62dc530470d6e6ec82f8c50dc65d7ddbb742748c (patch)
treece95b1289e851f64221475d7fde58afd1adf5428 /data/lib/rhbzpage.js
parent716ea4208690274449e93ce01bf54646621fbb3e (diff)
downloadbugzilla-triage-62dc530470d6e6ec82f8c50dc65d7ddbb742748c.tar.gz
Make the categories work only for Xorg bugs.
Diffstat (limited to 'data/lib/rhbzpage.js')
-rw-r--r--data/lib/rhbzpage.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/data/lib/rhbzpage.js b/data/lib/rhbzpage.js
index d36f33c..327a1bf 100644
--- a/data/lib/rhbzpage.js
+++ b/data/lib/rhbzpage.js
@@ -467,7 +467,9 @@ function RHBZinit() {
}
if (constantData.xorgBugsCategories) {
- makeBugCategoriesList(constantData.xorgBugsCategories);
+ var XBZlist = filterByRegexp(constantData.
+ xorgBugsCategories, getComponent());
+ makeBugCategoriesList(XBZlist);
}
// Dig out backtrace protection against double-firing?