3545: Review request shown in list of wrong Subversion repository

tims****@gmai***** (Google Code) (Is this you? Claim this profile.)
david
david
Aug. 29, 2014
What version are you running?
2.0.6, upgraded from 2.0.5 via easy_install + rb-site upgrade

What's the URL of the page containing the problem?
/r/new/

What steps will reproduce the problem?
1. Clear all review requests (optional but makes the problem easier to spot)
2. Add subversion repository A
3. Add subversion repository B
4. Add review request for repository A via /r/new in your browser. The review request will show up in the list of review requests and is associated to repository A. Additionally, the revision/change is marked as "review request available" in list on /r/new.
5. Go to the "New Review Request" page and select repository B. Scroll down and one revision is now suddenly marked like when a review request is already existing.
6. Click on the revision/change in repository B that's marked and you will land on the review request created for the request from subversion repository A. 

What is the expected output? What do you see instead?
There should be no review request in the list of revisions/changes for repository B.

What operating system are you using? What browser?
Ubuntu 14.04 for the server, Ubuntu 12.04 for the client with Firefox 31

Please provide any additional information below.
Both repositories have different ids and the review request is assigned to the right id according to the information provided in /admin/db/reviews/reviewrequest/.
#1 tims****@gmai***** (Google Code) (Is this you? Claim this profile.)
The query "select summary, repository_id from reviews_reviewrequest;" also shows that the review request is associated to repository A. Nevertheless the revision/change list for repository B also links to the request.
david
#2 david
This should be pretty simple to fix. We'll get this in for the next release.
  • +Started
  • +Component-PostCommitUI
    +Project-ReviewBoard
  • +david
david
#3 david
Fixed in release-2.0.x (44decb6). Thanks!
  • -Started
    +Fixed