Fix serialization of review replies for webhook payloads.

Review Request #7750 — Created Nov. 2, 2015 and submitted

Information

Review Board
release-2.5.x

Reviewers

We were serializing review replies using the review resource, which mostly
worked, but the links were incorrect. Using the review_reply resource instead
fixes this.

Ran unit tests.

reviewbot
  1. Tool: Pyflakes
    Processed Files:
        reviewboard/notifications/webhooks.py
        reviewboard/notifications/tests.py
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        reviewboard/notifications/webhooks.py
        reviewboard/notifications/tests.py
    
    
  2. 
      
brennie
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.5.x (48389ed)
Loading...