3801: Modifying submitter on admin page for a review fails
- Fixed
- Review Board
attila*******@gmai***** (Google Code) (Is this you? Claim this profile.) | |
What version are you running? ReviewBoard 2.0.13 What's the URL of the page containing the problem? Admin page, review request What steps will reproduce the problem? 1.Open a review request on admin page 2.Try to change submitter to another person What is the expected output? What do you see instead? Expected: submitter is changed for the review Observed: "Review request with this Commit ID and Repository already exists." error is received, submitter not changed What operating system are you using? What browser? Windows 7, Chrome Please provide any additional information below. It doesn't happen to every review, just some of them. I have no idea why is it possible for some and not for others.
-
- Duplicate + New -
- 2180 - Allow ownership of review requests to be claimed
I faced the same issue with Review Board 2.0.12.
Same issue here wih v2.5.2 - some review requests can be updated, not others.
For the error to be "Review request with this Commit ID and Repository already exists."
sounds like it's either incorrectly attempting an insert of a new review request with the same information,
or making an update that's breaking the constraints of the table(s)