Fix some URL reversing breakages on Local Sites.
Review Request #5847 — Created May 20, 2014 and submitted — Latest diff uploaded
When generating the download links for files in the diff viewer, we were
callingreverse()
instead oflocal_site_reverse()
. This led to a failure
when used on a LocalSite. We now use the proper function.Search results were also calling
reverse()
, instead of
local_site_reverse()
, when attempting to take the user to the All Review
Requests page.
Tested with a Local Site. No more resolve failures.