diff options
author | lpsolit%gmail.com <> | 2007-06-14 23:25:41 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-06-14 23:25:41 +0200 |
commit | 80c5b6fadda4e77e5a48cd50e55cbe710a31ca83 (patch) | |
tree | 3c0e225a4810e080b2bc7f8ff3dc10485b92b267 /template/en | |
parent | 836b976e508db4efa1775d0beb0704cb56f28695 (diff) | |
download | bugzilla-80c5b6fadda4e77e5a48cd50e55cbe710a31ca83.tar.gz bugzilla-80c5b6fadda4e77e5a48cd50e55cbe710a31ca83.tar.xz |
Bug 344964: enter_bug.cgi should look at the custom status workflow to get the valid initial bug statuses - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=justdave
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 4b676ab4e..e21e54948 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1084,6 +1084,11 @@ and an error occurred opening yesterday's dupes file: [% error_msg FILTER html %]. + [% ELSIF error == "no_initial_bug_status" %] + [% title = "No Initial $terms.Bug Status" %] + No [% terms.bug %] status is available on [% terms.bug %] creation. + Please report the problem to [% Param("maintainer") %]. + [% ELSIF error == "no_new_quips" %] [% title = "No New Quips" %] [% admindocslinks = {'quips.html' => 'Controlling quip usage'} %] |