diff options
author | lpsolit%gmail.com <> | 2005-06-11 04:19:21 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-06-11 04:19:21 +0200 |
commit | 19630bdbdff44d9286ca489c39d3eaf52f391f5c (patch) | |
tree | b65d0ef9e72726605101e8f077831a2ad655587e /template | |
parent | a41ac397cb8755475aaeb9221f5de94b90f3df75 (diff) | |
download | bugzilla-19630bdbdff44d9286ca489c39d3eaf52f391f5c.tar.gz bugzilla-19630bdbdff44d9286ca489c39d3eaf52f391f5c.tar.xz |
Bug 277417: SQL error when reloading the page after changing the bug resolution to duplicate - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
Diffstat (limited to 'template')
-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 3d7599711..d01af2375 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -326,6 +326,11 @@ [% title = "Description Required" %] You must provide a description of the [% terms.bug %]. + [% ELSIF error == "dupe_entry_found" %] + [% title = "Already marked as duplicate" %] + This [% terms.bug %] has already been marked as a duplicate + of [% terms.bug %] [%+ dupe_of FILTER html %]. + [% ELSIF error == "dupe_of_self_disallowed" %] [% title = "Cannot mark $terms.abug as a duplicate of itself" %] You can't mark [% terms.abug %] as a duplicate of itself. |