diff options
author | lpsolit%gmail.com <> | 2005-10-12 10:04:30 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-10-12 10:04:30 +0200 |
commit | c0744a058605a9793df5970539646d2cadfaf10a (patch) | |
tree | c026947810cea4fe400067ef8695a502b3161dca /showdependencygraph.cgi | |
parent | 429de3bad99ca5506bec6d31d999fc08c5e57f43 (diff) | |
download | bugzilla-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-x | showdependencygraph.cgi | 1 |
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; |