From aecc895fbd747fc343fca9ced160f4460d5ba942 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 27 May 2019 17:14:29 -0700 Subject: [PATCH] fix short bug status to use is_blocked and correspondent name --- templates/en_US/cgi/short_bug_status.tx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/en_US/cgi/short_bug_status.tx b/templates/en_US/cgi/short_bug_status.tx index 1e66da9..53f5a21 100644 --- a/templates/en_US/cgi/short_bug_status.tx +++ b/templates/en_US/cgi/short_bug_status.tx @@ -39,10 +39,10 @@ <: $bug.subject :>
- + <:- if $bug.is_owned { -:> - + <:- } :> <:- } -:> - <:- if $bug.blockedby.count > 0 { :> + <:- if $bug.is_blocked { :> -- 2.39.2
Reported by<: $bug.submitter :>
Reported by<: $bug.submitter.name :>
Date<: $bug.created.stringify :>
Owned by<: $bug.owner :>
Owned by<: $bug.owner.name :>
Severity <: if $bug.strong_severity { -:> @@ -102,9 +102,9 @@ <:- } else if $bug.archived { -:>
Archived
Fix blocked by - <: for $bug.blockedby -> $bug { :> + <: for $bug.blocked_by -> $bug { :> <: bug_url_subject($bug) :> <:- if ! $~bug.is_last { -:>, <: } else { -:>.<:- } -:> <:- } -:>