Fix references to AvatarService.id
Review Request #8004 — Created Feb. 26, 2016 and submitted
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.
Description | From | Last Updated |
---|---|---|
The changes to this file don't seem to be part of the rest of the change? Did you intend to … |
david |
- Description:
-
In review, the
id
attribute of avatar services was changed toavatar_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 missing size
parameter.