From: Kohei Yoshino Date: Thu, 17 Jan 2019 17:14:41 +0000 (-0500) Subject: Bug 1511261 - request queue page shows 'Bugzilla::User=HASH(...)' instead of username X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc1d0c05cae95059d53619f863f815cfe5a9db92;p=thirdparty%2Fbugzilla.git Bug 1511261 - request queue page shows 'Bugzilla::User=HASH(...)' instead of username --- 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 %]