Fix the last few instances of AvatarService.id
Review Request #8023 — Created March 2, 2016 and submitted — Latest diff uploaded
This patch fixes the last (for real this time) instances of
AvatarService.id
that were missed. It also fixes an instance of using
the property setter forAvatarService.default_service
, which was
removed in favour ofAvatarService.set_default_servcice
.
- Ran unit tests.
- Confirmed the form was usable.