From: Don Armstrong Date: Sun, 30 Jun 2019 23:00:02 +0000 (-0700) Subject: use status for found/fixed in shortstatus X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=5ba8dabde985fb8840241bc5f015a10b18c30cc0 use status for found/fixed in shortstatus - Also fixed wrong bug.done.name --- diff --git a/templates/en_US/cgi/short_bug_status.tx b/templates/en_US/cgi/short_bug_status.tx index 53f5a21..9ce3f5a 100644 --- a/templates/en_US/cgi/short_bug_status.tx +++ b/templates/en_US/cgi/short_bug_status.tx @@ -70,12 +70,12 @@ <:- } -:> <:- if $bug.has_found { -:> - Found in version<: if $bug.found.count > 1 { :>s<: } :> - <:- $bug.found.join(', ') -:> + Found in version<: if $bug.status.found_count > 1 { :>s<: } :> + <:- $bug.status.found_join(', ') -:> <:- } -:> <:- if $bug.has_fixed { :> - Fixed in version<: if $bug.fixed.count > 1 { :>s<: } :> - <:- $bug.fixed.join(', ') -:> + Fixed in version<: if $bug.status.fixed_count > 1 { :>s<: } :> + <:- $bug.status.fixed_join(', ') -:> <:- } -:> <:- if $bug.has_found or $bug.has_fixed { -:> @@ -87,7 +87,7 @@ <:- } -:> <:- if $bug.is_done { -:> Done: - <: $bug.done :> + <: $bug.done.name :> <:- } -:> <:- if not $bug.archived and $bug.when_archiveable >= 0 { -:>