From fc1d0c05cae95059d53619f863f815cfe5a9db92 Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Thu, 17 Jan 2019 12:14:41 -0500 Subject: [PATCH] Bug 1511261 - request queue page shows 'Bugzilla::User=HASH(...)' instead of username --- template/en/default/request/queue.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/en/default/request/queue.html.tmpl b/template/en/default/request/queue.html.tmpl index 2e0bda1d7..f8a2b11c4 100644 --- a/template/en/default/request/queue.html.tmpl +++ b/template/en/default/request/queue.html.tmpl @@ -230,7 +230,7 @@ to some group are shown by default. [% buglist = {} %]

[% column_headers.$group_field %]: - [%+ (request.$group_field || "None") FILTER email FILTER html %]

+ [%+ (request.$group_field.email || request.$group_field || "None") FILTER email FILTER html %] [% FOREACH column = display_columns %] -- 2.47.3