Commit c0744a05 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 106003: Dependency tree does not show the summary of the root bug - Patch by…

Bug 106003: Dependency tree does not show the summary of the root bug - Patch by Todd Stansell <tjs@tellme.com> r=wicked a=justdave
parent 429de3ba
......@@ -176,6 +176,7 @@ foreach my $k (keys(%seen)) {
$resolution = $summary = '';
}
$vars->{'short_desc'} = $summary if ($k eq $cgi->param('id'));
my @params;
......
......@@ -39,8 +39,10 @@
%]
[% IF NOT multiple_bugs AND NOT doall %]
[% filtered_desc = short_desc FILTER html %]
[% title = "$title for $terms.bug $bug_id"
h1 = "$h1 for $terms.bug <a href=\"show_bug.cgi?id=$bug_id\">$bug_id</a>"
h2 = filtered_desc
%]
[% END %]
......
......@@ -23,9 +23,11 @@
[% PROCESS global/variables.none.tmpl %]
[% filtered_desc = blocked_tree.$bugid.summary FILTER html %]
[% PROCESS global/header.html.tmpl
title = "Dependency tree for $terms.Bug $bugid"
h1 = "Dependency tree for <a href=\"show_bug.cgi?id=$bugid\">$terms.Bug $bugid</a>"
h2 = filtered_desc
%]
[% PROCESS depthControlToolbar %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment