summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/user-error.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/user-error.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/user-error.html.tmpl')
-rw-r--r--template/en/default/global/user-error.html.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index 58cf4e01d..c4eefb4aa 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -1745,6 +1745,8 @@
flagtype
[% ELSIF class == "Bugzilla::Field" %]
field
+ [% ELSIF class == "Bugzilla::Search::Saved" %]
+ saved search
[% ELSIF ( matches = class.match('^Bugzilla::Field::Choice::(.+)') ) %]
[% SET field_name = matches.0 %]
[% field_descs.$field_name FILTER html %]