Fix errors when manipulating the "New Review Request" field in wonky ways.

Review Request #3529 — Created Nov. 17, 2012 and submitted

david
Review Board
release-1.6.x
reviewboard
Fix errors when manipulating the "New Review Request" field in wonky ways.

On the "New Review Request" form, if the user first chooses a perforce
repository and enters a change number, but then changes the repository type to
"None (Graphics Only)", the changenum field will still be sent to the server.
Unfortunately, NewReviewRequestForm.create() was conditionalizing only on
"changenum" and nothing else.


chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-1.6.x (89dcee2).
Loading...