]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 141385 - dependency graph title is incorrect when doall is specified. Patch by...
authorgerv%gerv.net <>
Wed, 1 May 2002 13:23:36 +0000 (13:23 +0000)
committergerv%gerv.net <>
Wed, 1 May 2002 13:23:36 +0000 (13:23 +0000)
template/en/default/bug/dependency-graph.html.tmpl

index 8521a0c35fb49c0f81ae0cf64488c0ce5d388ddb..93c515bd8ba323b2b2258f5337e8eda23cf98333 100644 (file)
@@ -34,7 +34,7 @@
    h1 = title
  %]
  
-[% IF NOT multiple_bugs %]
+[% IF NOT multiple_bugs AND NOT doall %]
   [% title = "$title for bug $bug_id"
      h1 = "$h1 for bug <a href='show_bug.cgi?id=$bug_id'>$bug_id</a>" 
    %]