]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 715514: Fix showdependencytree misleading in "hide resolved" view
authorMatt Selsky <selsky@columbia.edu>
Wed, 25 Jan 2012 20:01:43 +0000 (18:01 -0200)
committerTiago Mello <timello@gmail.com>
Wed, 25 Jan 2012 20:01:43 +0000 (18:01 -0200)
r=timello, a=LpSolit

template/en/default/bug/dependency-tree.html.tmpl

index 074ab23c3327a27890bdc69e7b786fa598fee273..92460b05430079037b7b7fa7b4225d4e98ac5c34 100644 (file)
         [% IF ids.size %]
             depends on 
         [% ELSE %]
-            does not depend on any [% terms.bugs %].
+            does not depend on any [% 'open' IF hide_resolved %].
         [% END %]
     [% ELSIF type == 2 %]
         [% tree_name = "blocked_tree" %]
         [% IF ids.size %] 
             blocks 
         [% ELSE %]
-            does not block any [% terms.bugs %].
+            does not block any [% 'open ' IF hide_resolved %][% terms.bugs %].
         [% END %]
     [% END %]
     [% IF ids.size %]