Fix references to AvatarService.id

Review Request #8004 — Created Feb. 26, 2016 and submitted

Information

Review Board
release-2.6.x

Reviewers

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 missing size 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 …

daviddavid
reviewbot
  1. Tool: Pyflakes
    Processed Files:
        reviewboard/avatars/tests.py
        reviewboard/admin/forms.py
        reviewboard/webapi/resources/user.py
        reviewboard/avatars/registry.py
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        reviewboard/avatars/tests.py
        reviewboard/admin/forms.py
        reviewboard/webapi/resources/user.py
        reviewboard/avatars/registry.py
    
    
  2. 
      
david
  1. 
      
  2. reviewboard/webapi/resources/user.py (Diff revision 1)
     
     
    Show all issues

    The changes to this file don't seem to be part of the rest of the change? Did you intend to have this in here?

    1. Oops forgot to mention this.

  3. 
      
brennie
david
  1. Ship It!
  2. 
      
brennie
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.6.x (2bca118)
Loading...