]> git.donarmstrong.com Git - debbugs.git/commitdiff
use status for found/fixed in shortstatus
authorDon Armstrong <don@donarmstrong.com>
Sun, 30 Jun 2019 23:00:02 +0000 (16:00 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sun, 30 Jun 2019 23:00:02 +0000 (16:00 -0700)
 - Also fixed wrong bug.done.name

templates/en_US/cgi/short_bug_status.tx

index 53f5a212055c1f2d9fac65d2b2c83dc9e5562dd1..9ce3f5ae394211073b3e36d8e65936d1b32d3f81 100644 (file)
           </td></tr>
           <:- } -:>
           <:- if $bug.has_found { -:>
-          <tr><td>Found in version<: if $bug.found.count > 1 { :>s<: } :></td>
-              <td><a href="<: $bug.version_url :>"><:- $bug.found.join(', ') -:></a></td></tr>
+          <tr><td>Found in version<: if $bug.status.found_count > 1 { :>s<: } :></td>
+              <td><a href="<: $bug.version_url :>"><:- $bug.status.found_join(', ') -:></a></td></tr>
           <:- } -:>
               <:- if $bug.has_fixed { :>
-              <tr><td>Fixed in version<: if $bug.fixed.count > 1 { :>s<: } :></td><td>
-                  <a href="<: $bug.version_url :>"><:- $bug.fixed.join(', ') -:></a></td></tr>
+              <tr><td>Fixed in version<: if $bug.status.fixed_count > 1 { :>s<: } :></td><td>
+                  <a href="<: $bug.version_url :>"><:- $bug.status.fixed_join(', ') -:></a></td></tr>
           <:- } -:>
           <:- if $bug.has_found or $bug.has_fixed { -:>
       </a>
@@ -87,7 +87,7 @@
       <:- } -:>
       <:- if $bug.is_done { -:>
       <tr><td><strong>Done:</strong></td><td>
-          <: $bug.done :></td>
+          <: $bug.done.name :></td>
       </tr>
       <:- } -:>
       <:- if  not $bug.archived and $bug.when_archiveable >= 0 { -:>