summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/edit.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-07-23 05:41:24 +0200
committerlpsolit%gmail.com <>2006-07-23 05:41:24 +0200
commit7e9cd9b8b018d91db1a983933de72d08846a1ccd (patch)
tree5796f3334622ac675b8159f415733734e863b8e2 /template/en/default/bug/edit.html.tmpl
parent3ac2288292299424b0400af2bdae4c0e45f8c5fc (diff)
downloadbugzilla-7e9cd9b8b018d91db1a983933de72d08846a1ccd.tar.gz
bugzilla-7e9cd9b8b018d91db1a983933de72d08846a1ccd.tar.xz
Bug 326946: Hide resolved bugs by default when accessing showdependencytree.cgi from show_bug.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
Diffstat (limited to 'template/en/default/bug/edit.html.tmpl')
-rw-r--r--template/en/default/bug/edit.html.tmpl2
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 83bb5fb51..a2c13f2ea 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -521,7 +521,7 @@
[% PROCESS dependencies
dep = { title => "depends on", fieldname => "dependson" } %]
<td rowspan="2">
- <a href="showdependencytree.cgi?id=[% bug.bug_id %]">Show
+ <a href="showdependencytree.cgi?id=[% bug.bug_id %]&amp;hide_resolved=1">Show
dependency tree</a>
[% IF Param('webdotbase') %]