Fix references to AvatarService.id
Review Request #8004 — Created Feb. 26, 2016 and submitted — Latest diff uploaded
In review, the
id
attribute of avatar services was changed to
avatar_service_id
. This patch corrects all instances that were missed,
as well as fixing some unit tests that were missing an HTML class name
in the expected output.This patch also updates the user resource to indicate multiple URLs are
being returned, as well as fixing a missingsize
parameter.
- Ran unit tests.