diff options
author | lpsolit%gmail.com <> | 2009-07-01 13:02:20 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2009-07-01 13:02:20 +0200 |
commit | a0cb5b08f1d4c9218d64d8e0471ce0fb5578939c (patch) | |
tree | aad1c8bdc746ec0631d3c929ae92b29a494d6ceb /template/en/default/global | |
parent | df68aac676998db0789b080a11ccceb4c57faaed (diff) | |
download | bugzilla-a0cb5b08f1d4c9218d64d8e0471ce0fb5578939c.tar.gz bugzilla-a0cb5b08f1d4c9218d64d8e0471ce0fb5578939c.tar.xz |
Bug 500900: Confirming bugs requires NEW state to exist - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index da71da30d..91207a20e 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -32,7 +32,7 @@ # in this file; if you do not wish to change it, use the "none" filter. #%] -[% PROCESS global/variables.none.tmpl %] +[% PROCESS "global/field-descs.none.tmpl" %] [% DEFAULT title = "Internal Error" %] @@ -338,6 +338,11 @@ You cannot set the resolution of [% terms.abug %] to MOVED without moving the [% terms.bug %]. + [% ELSIF error == "no_open_bug_status" %] + [% title = "$terms.Bug Cannot Be Confirmed" %] + There is no valid transition from + [%+ get_status("UNCONFIRMED") FILTER html %] to an open state. + [% ELSIF error == "param_must_be_numeric" %] [% title = "Invalid Parameter" %] Invalid parameter passed to [% function FILTER html %]. |