From c5aa5b1a22302dc2f740edb294243ab1767085eb Mon Sep 17 00:00:00 2001 From: dklawren Date: Wed, 3 Jul 2019 18:14:53 -0400 Subject: [PATCH] Bug 1562804 - status NEW is not present in the status changed section in a bugzilla user profile (#1360) * Bug 1562804 - status NEW is not present in the status changed section in a bugzilla user profile * Fix test --- .../template/en/default/pages/user_profile.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl b/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl index 0947bf0b2..8bc86ee78 100644 --- a/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl +++ b/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl @@ -256,7 +256,7 @@   - Statuses changed + [% terms.Bugs %] resolved as RESOLVED ([% statuses.item('RESOLVED') || 0 FILTER html %]), FIXED ([% statuses.item('RESOLVED/FIXED') || 0 FILTER html %]), -- 2.47.3