diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2011-08-16 13:22:45 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-08-16 13:22:45 +0200 |
commit | 47b092002eca10bbc9f87f6ac5da77bdf0f36832 (patch) | |
tree | bb725cbef85b65817941b6b54b170cd158256509 /template/en/default/global/user-error.html.tmpl | |
parent | e9a17f74d8d28754b04d3820eaea6ba2861f5866 (diff) | |
download | bugs-47b092002eca10bbc9f87f6ac5da77bdf0f36832.tar bugs-47b092002eca10bbc9f87f6ac5da77bdf0f36832.tar.gz bugs-47b092002eca10bbc9f87f6ac5da77bdf0f36832.tar.bz2 bugs-47b092002eca10bbc9f87f6ac5da77bdf0f36832.tar.xz bugs-47b092002eca10bbc9f87f6ac5da77bdf0f36832.zip |
Bug 678844: When trying to edit a non-existent classification, the error message has missing words
r=glob a=LpSolit
Diffstat (limited to 'template/en/default/global/user-error.html.tmpl')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index b3d92e45e..52c6156b6 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1794,6 +1794,10 @@ attachment [% ELSIF class == "Bugzilla::User" %] user + [% ELSIF class == "Bugzilla::Classification" %] + classification + [% ELSIF class == "Bugzilla::Product" %] + product [% ELSIF class == "Bugzilla::Component" %] component [% ELSIF class == "Bugzilla::Version" %] @@ -1812,8 +1816,6 @@ group [% ELSIF class == "Bugzilla::Keyword" %] keyword - [% ELSIF class == "Bugzilla::Product" %] - product [% ELSIF class == "Bugzilla::Search::Recent" %] recent search [% ELSIF class == "Bugzilla::Search::Saved" %] |