summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/code-error.html.tmpl
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2008-01-18 03:41:44 +0100
committermkanat%bugzilla.org <>2008-01-18 03:41:44 +0100
commit620caf6860a86bf0f54918e8514c14d7cec5f2cc (patch)
treece5a8abe5895d7d3a1761ba7a529f856fc4cdb08 /template/en/default/global/code-error.html.tmpl
parentf39fc76d9cd52a0e045dc8071d422348bc5c359b (diff)
downloadbugzilla-620caf6860a86bf0f54918e8514c14d7cec5f2cc.tar.gz
bugzilla-620caf6860a86bf0f54918e8514c14d7cec5f2cc.tar.xz
Bug 402791: Move status and resolution updating from process_bug.cgi into Bugzilla::Bug
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> 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 dce7947d6..1e5581e13 100644
--- a/template/en/default/global/code-error.html.tmpl
+++ b/template/en/default/global/code-error.html.tmpl
@@ -309,6 +309,10 @@
[% ELSIF error == "need_quipid" %]
A valid quipid is needed.
+ [% ELSIF error == "no_manual_moved" %]
+ You cannot set the resolution of [% terms.abug %] to MOVED without
+ moving the [% terms.bug %].
+
[% ELSIF error == "param_must_be_numeric" %]
[% title = "Invalid Parameter" %]
Invalid parameter passed to [% function FILTER html %].