diff options
author | dkl%redhat.com <> | 2009-01-28 04:53:41 +0100 |
---|---|---|
committer | dkl%redhat.com <> | 2009-01-28 04:53:41 +0100 |
commit | 51c5d9a1e6fb1d52b2932462fa1745221f003652 (patch) | |
tree | bedb580d76decf2dd1b211c023e6ac20d69f3066 /template | |
parent | 5beb80569ac428cbdb43930a6a555c8e48335922 (diff) | |
download | bugzilla-51c5d9a1e6fb1d52b2932462fa1745221f003652.tar.gz bugzilla-51c5d9a1e6fb1d52b2932462fa1745221f003652.tar.xz |
Bug 470262 - Show alias if available in show_bug.cgi for bug dependencies, otherwise show bug id
Patch by David Lawrence <dkl@redhat.com> - r/a=mkanat
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ </span> [% 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) %] <span id="[% dep.fieldname %]_edit_container" class="edit_me bz_default_hidden" > |