Fix several review fields on non-Local Sites.
Review Request #6320 — Created Sept. 12, 2014 and submitted — Latest diff uploaded
Some of the earlier fixes for user and diff links on Local Sites broke
non-Local Sites. This didn't cause the review request pages to break,
but it did cause the fields to disappear. This fixes them by making use
of the newlocal_site=
parameter onlocal_site_reverse()
.
Tested these fields with both Local Sites and non-Local Sites.
Unit tests pass.