diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-04-22 04:05:34 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-04-22 04:05:34 +0200 |
commit | 62dc530470d6e6ec82f8c50dc65d7ddbb742748c (patch) | |
tree | ce95b1289e851f64221475d7fde58afd1adf5428 /data/lib/rhbzpage.js | |
parent | 716ea4208690274449e93ce01bf54646621fbb3e (diff) | |
download | bugzilla-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.js | 4 |
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? |