Skip to content

Commit

Permalink
Bug 1254514 - Navigation in dependency tree lose hide_resolved parameter
Browse files Browse the repository at this point in the history
r=dylan, a=dylan
  • Loading branch information
tititiou36 authored and dylanwh committed Mar 11, 2017
1 parent 9f175f1 commit b15cb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/en/default/bug/dependency-tree.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 %]">
Expand Down

0 comments on commit b15cb6e

Please sign in to comment.