GrooveOtter / grooveotter-client

Front-end client for GrooveOtter
http://grooveotter-demo.herokuapp.com/
0 stars 0 forks source link

Newsfeed not showing names (2) #259

Closed garrethdev closed 8 years ago

garrethdev commented 9 years ago

Current Behavior: In the current system, at times names are not displayed. This is not consistent behavior.

screen shot 2015-09-14 at 3 40 05 pm

Expected Behavior: The bug causing the full_name to not being displayed should be fixed it, a name should always be sent to the client in the backbone model.

L8D commented 9 years ago

This looks like a withRelated({}) call is missing the information on the user, but I'm guessing that's not the actual case since the image is being read fine.

garrethdev commented 9 years ago

@L8D should this be on the index call on the Tasks item? And why would it sometimes return the full_name and not other times?