From 51c5d9a1e6fb1d52b2932462fa1745221f003652 Mon Sep 17 00:00:00 2001 From: "dkl%redhat.com" <> Date: Wed, 28 Jan 2009 03:53:41 +0000 Subject: Bug 470262 - Show alias if available in show_bug.cgi for bug dependencies, otherwise show bug id Patch by David Lawrence - r/a=mkanat --- template/en/default/bug/edit.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 379bac428..50c7ea9d5 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -1014,7 +1014,7 @@ [% FOREACH depbug = bug.${dep.fieldname} %] - [% depbug FILTER bug_link(depbug) FILTER none %][% " " %] + [% depbug FILTER bug_link(depbug, use_alias => 1) FILTER none %][% " " %] [% END %] [% IF bug.check_can_change_field(dep.fieldname, 0, 1) %] -- cgit v1.2.3-24-g4f1b