summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/code-error.html.tmpl
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2012-04-30 08:43:29 +0200
committerByron Jones <bjones@mozilla.com>2012-04-30 08:43:29 +0200
commit8837967f9754641c7cf4a9bf2a5bc6e73244df15 (patch)
treeebe9cb0b745faefe38cae7aebcdedfa2b77c098e /template/en/default/global/code-error.html.tmpl
parentfb2f6bd8ca4ed8879f82a2764d63d51a06670477 (diff)
downloadbugzilla-8837967f9754641c7cf4a9bf2a5bc6e73244df15.tar.gz
bugzilla-8837967f9754641c7cf4a9bf2a5bc6e73244df15.tar.xz
Bug 749074: Throw an error message instead of syntax error on invalid search type operators
r=LpSolit,a=LpSolit
Diffstat (limited to 'template/en/default/global/code-error.html.tmpl')
-rw-r--r--template/en/default/global/code-error.html.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl
index 19d062841..9fd326051 100644
--- a/template/en/default/global/code-error.html.tmpl
+++ b/template/en/default/global/code-error.html.tmpl
@@ -453,6 +453,10 @@
[% ELSIF error == "invalid_post_bug_submit_action" %]
Invalid setting for post_bug_submit_action
+ [% ELSIF error == "search_field_operator_unsupported" %]
+ [% terms.Bugzilla %] does not support the search type
+ "[% operator FILTER html %]".
+
[% ELSE %]
[%# Try to find hooked error messages %]
[% error_message = Hook.process("errors") %]