Gravatars are missing in the "Who's attending" widget

Description

Currently the Gravatars are missing in the new "Who's attending" widget on web2.

They should appear.

Activity

Show:

Andreas HeiglSeptember 30, 2016 at 6:54 PM

It's an md5 -hash of the email-address. Do we need to change the API for that or can we do that in the template?

LiamSeptember 30, 2016 at 6:41 PM

Nope - in fact, we don't return the gravatar_hash as part of the attendees from the API, so the API needs changing .

WIll look to sort it this eve....

Andreas HeiglSeptember 30, 2016 at 3:50 PM
Edited

I'm pretty sure in app/templates/Event/_common/event_attendees.html.twig line 6 it should read gravatar(attendee.getGravatarHash, 100) instead of gravatar(thisUser.getGravatarHash, 100)

Fixed

Details

Assignee

Reporter

Labels

Components

Priority

Created September 30, 2016 at 3:43 PM
Updated October 1, 2016 at 6:39 AM
Resolved October 1, 2016 at 6:39 AM