aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-10-12 08:04:30 +0000
committerlpsolit%gmail.com <>2005-10-12 08:04:30 +0000
commitc0744a058605a9793df5970539646d2cadfaf10a (patch)
treec026947810cea4fe400067ef8695a502b3161dca /showdependencygraph.cgi
parentBug 282090: Eliminate %classdesc in favor of Bugzilla::Classification methods (diff)
downloadbugzilla-c0744a058605a9793df5970539646d2cadfaf10a.tar.gz
bugzilla-c0744a058605a9793df5970539646d2cadfaf10a.tar.bz2
bugzilla-c0744a058605a9793df5970539646d2cadfaf10a.zip
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;