summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/per-bug-queries.html.tmpl
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-08-21 23:33:07 +0200
committermkanat%bugzilla.org <>2009-08-21 23:33:07 +0200
commita2336d70faed66049c4c7fb8d51e044aa34fb205 (patch)
treeadc9d1813341cb00ca87903debcb398abfbb3028 /template/en/default/global/per-bug-queries.html.tmpl
parent4f9f364e9fbbdc6cf3eccd2c59372b9ff49e2a27 (diff)
downloadbugzilla-a2336d70faed66049c4c7fb8d51e044aa34fb205.tar.gz
bugzilla-a2336d70faed66049c4c7fb8d51e044aa34fb205.tar.xz
Bug 449705: Make buglist.cgi's LookupNamedQuery use Bugzilla::Search::Saved
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'template/en/default/global/per-bug-queries.html.tmpl')
-rw-r--r--template/en/default/global/per-bug-queries.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/per-bug-queries.html.tmpl b/template/en/default/global/per-bug-queries.html.tmpl
index c2fc3983d..3c62e35f5 100644
--- a/template/en/default/global/per-bug-queries.html.tmpl
+++ b/template/en/default/global/per-bug-queries.html.tmpl
@@ -54,7 +54,7 @@
[%# Get existing lists of bugs for this user %]
[% lists_of_bugs = [] %]
[% FOREACH q = user.queries %]
- [% NEXT UNLESS q.bug_ids_only %]
+ [% NEXT UNLESS q.type == constants.LIST_OF_BUGS %]
[% lists_of_bugs.push(q.name) %]
[% END %]
<div class="label"></div>