18: No two review requests should have the same change number.

chipx86
chipx86
chipx86
April 24, 2007
Please provide any additional information below.

Right now, it's possible to add multiple review requests with the same
changeset number. This shouldn't be possible.

Through the web UI, an error should be displayed when adding a review
request with a change number already in use.

post-review should call a yet-to-be-written JSON API function to find if
there's an existing review request with the change number, and if it finds
one and the owner matches, it should update the information in that review
request.
chipx86
#1 chipx86
  • +Component-Scripts
    +Component-API
    +Usability
chipx86
#2 chipx86
Fixed in part. No two can have the same changeset number now, but we don't give them
any nice errors. That's a separate thing and will be dealt with soon.
  • +Fixed