summaryrefslogtreecommitdiffstats
path: root/showdependencygraph.cgi
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-10-12 10:04:30 +0200
committerlpsolit%gmail.com <>2005-10-12 10:04:30 +0200
commitc0744a058605a9793df5970539646d2cadfaf10a (patch)
treec026947810cea4fe400067ef8695a502b3161dca /showdependencygraph.cgi
parent429de3bad99ca5506bec6d31d999fc08c5e57f43 (diff)
downloadbugzilla-c0744a058605a9793df5970539646d2cadfaf10a.tar.gz
bugzilla-c0744a058605a9793df5970539646d2cadfaf10a.tar.xz
Bug 106003: Dependency tree does not show the summary of the root bug - Patch by Todd Stansell <tjs@tellme.com> r=wicked a=justdave
Diffstat (limited to 'showdependencygraph.cgi')
-rwxr-xr-xshowdependencygraph.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/showdependencygraph.cgi b/showdependencygraph.cgi
index 01ac1e2e3..39508290d 100755
--- a/showdependencygraph.cgi
+++ b/showdependencygraph.cgi
@@ -176,6 +176,7 @@ foreach my $k (keys(%seen)) {
$resolution = $summary = '';
}
+ $vars->{'short_desc'} = $summary if ($k eq $cgi->param('id'));
my @params;