]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1511261 - request queue page shows 'Bugzilla::User=HASH(...)' instead of username
authorKohei Yoshino <kohei.yoshino@gmail.com>
Thu, 17 Jan 2019 17:14:41 +0000 (12:14 -0500)
committerGitHub <noreply@github.com>
Thu, 17 Jan 2019 17:14:41 +0000 (12:14 -0500)
template/en/default/request/queue.html.tmpl

index 2e0bda1d74f4df9f8650ed602be69f09e7d0b3b4..f8a2b11c40c367926d413bb3ea6460f9dab84279 100644 (file)
@@ -230,7 +230,7 @@ to some group are shown by default.
   [% buglist = {} %]
 
   <h3>[% column_headers.$group_field %]:
-    [%+ (request.$group_field || "None") FILTER email FILTER html %]</h3>
+    [%+ (request.$group_field.email || request.$group_field || "None") FILTER email FILTER html %]</h3>
   <table class="requests" cellspacing="0" cellpadding="4" border="1">
     <tr>
       [% FOREACH column = display_columns %]