From bbb41a57d19d5e395e92c42d9852357f56e76635 Mon Sep 17 00:00:00 2001 From: "burnus%gmx.de" <> Date: Wed, 9 Apr 2003 16:29:15 +0000 Subject: Bug 71790 - Duplicate resolution field should include bug number of original r=bbaetz,a=justdave --- template/en/default/bug/edit.html.tmpl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'template/en') diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 2d9306256..6d512e1fd 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -160,7 +160,12 @@ Resolution: - [% bug.resolution FILTER html %] + + [% bug.resolution FILTER html %] + [% IF bug.resolution == "DUPLICATE" %] + of [% "bug ${bug.dup_id}" FILTER bug_link(bug.dup_id) %] + [% END %] +   -- cgit v1.2.3-24-g4f1b