diff options
author | Marc Schumann <wurblzap@gmail.com> | 2011-11-28 09:04:08 +0100 |
---|---|---|
committer | Marc Schumann <wurblzap@gmail.com> | 2011-11-28 09:04:08 +0100 |
commit | 1710b67cdaf36baf843cd3ad292114d312903a42 (patch) | |
tree | 2fe50a496e97cc1cf6d744c20961929d608b025c /template/en/default/bug | |
parent | 7a9a9a8f1e4c1d17ff58fb0bbae9513c85986488 (diff) | |
download | bugzilla-1710b67cdaf36baf843cd3ad292114d312903a42.tar.gz bugzilla-1710b67cdaf36baf843cd3ad292114d312903a42.tar.xz |
Bug 428490 - Display group icons for indirect memberships, too.
r/a=LpSolit
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/comments.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index ad84521dc..dffc5dff8 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -186,7 +186,7 @@ </span> <span class="bz_comment_user_images"> - [% FOREACH group = comment.author.direct_group_membership %] + [% FOREACH group = comment.author.groups %] [% NEXT UNLESS group.icon_url %] <img src="[% group.icon_url FILTER html %]" alt="[% group.name FILTER html %]" |