Fix local-site URL resolvers for the tabs on the user page.

Review Request #8102 — Created April 5, 2016 and submitted

Information

Review Board
release-2.5.x
2b89604...

Reviewers

The tabs on the user page were resolving the URLs for the "Review Requests" and
"Reviews" tabs using the basic reverse method rather than our
local_site_reverse one. This meant that users on a local site would link to
the root view rather than the one within the local site.

  • Looked at the user page and checked the link URLs.
  • Ran unit tests.
reviewbot
  1. Tool: Pyflakes
    Processed Files:
        reviewboard/datagrids/views.py
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        reviewboard/datagrids/views.py
    
    
  2. 
      
brennie
  1. Ship It!
  2. 
      
david
Review request changed
Status:
Completed
Change Summary:
Pushed to release-2.5.x (d2e4cd0)