Commit b15cb6e7 authored by Christophe JAILLET's avatar Christophe JAILLET Committed by Dylan William Hardison

Bug 1254514 - Navigation in dependency tree lose hide_resolved parameter

r=dylan, a=dylan
parent 9f175f1f
......@@ -145,7 +145,7 @@
<span class="summ_text">[%+ bug.short_desc FILTER html %]</span>
<span class="summ_info">[[% INCLUDE buginfo %]]</span>
</a>
<a href="showdependencytree.cgi?id=[% bugid FILTER uri %]"
<a href="showdependencytree.cgi?id=[% bugid FILTER uri %]&amp;hide_resolved=[% hide_resolved ? 1 : 0 %]"
class="tree_link">
<img src="skins/standard/dependency-tree/tree.png"
title="See dependency tree for [% terms.bug %] [%+ bugid FILTER html %]">
......
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