From 5ba8dabde985fb8840241bc5f015a10b18c30cc0 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 30 Jun 2019 16:00:02 -0700 Subject: [PATCH] use status for found/fixed in shortstatus - Also fixed wrong bug.done.name --- templates/en_US/cgi/short_bug_status.tx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 { -:> -- 2.39.2