2592: Get wrong URL link for "added ..." types link

pptp****@gmai***** (Google Code) (Is this you? Claim this profile.)
Feb. 4, 2014
When open a review request page,
we can see many sub-blocks below, like comments, Review request changed

In "Review request changed" type block,
there are two types of "added ..."
1. Diff added
2. Reviewers added

If my reviewboard is not installed under the root directory of web site,
for example, I installed it under example.com/reviews/ , the url link of the reviewers added will be wrong, while the url link of diff files are right.

1. [Correct] Diff add link: http://example.com/reviews/r/61/diff/2/
2. [Wrong] Reviewers added link: http://example.com/users/testuser/
   ==> it should be "http://example.com/reviews/users/testuser/


But I don't know how to fix it, :~
in file: reviewboard/templates/reviews/review_detail.html , Line 240.

Thanks.
david
#1 david
  • +EasyFix
david
#2 david
  • +Component-ChangeDescriptions
#4 raja****@gmai***** (Google Code) (Is this you? Claim this profile.)
This is probably a Dupe of #2301
david
#5 david
This has since been fixed.
  • +Fixed