diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-04-22 04:05:34 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-06-05 14:46:49 +0200 |
commit | 738734fc32b9d0c52b89208c708fd6a6f3cc0531 (patch) | |
tree | 1ccc5a00cee064dc9c47f90eae7e287772eb5e8d /data/lib/rhbzpage.js | |
parent | fea37bf96ab3b0494a44f9737061898260dc5d41 (diff) | |
download | bugzilla-triage-738734fc32b9d0c52b89208c708fd6a6f3cc0531.tar.gz |
Make the categories work only for Xorg bugs.
Diffstat (limited to 'data/lib/rhbzpage.js')
-rw-r--r-- | data/lib/rhbzpage.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/data/lib/rhbzpage.js b/data/lib/rhbzpage.js index 8071c80..bce5ac1 100644 --- a/data/lib/rhbzpage.js +++ b/data/lib/rhbzpage.js @@ -469,7 +469,9 @@ function RHBZinit() { } if (constantData.xorgBugsCategories) { - makeBugCategoriesList(constantData.xorgBugsCategories); + var XBZlist = filterByRegexp(constantData. + xorgBugsCategories, getComponent()); + makeBugCategoriesList(XBZlist); } // Dig out backtrace protection against double-firing? |