Update dashboard counts when reopening with a changenum from the form.
Review Request #3664 — Created Dec. 13, 2012 and submitted — Latest diff uploaded
Update dashboard counts when reopening with a changenum from the form. When reopening an existing review request with a change number via post-review, it would correctly update the dashboard counts. Unfortunately, the NewReviewRequestForm didn't share this logic, and we weren't passing update_counts to ReviewRequest.save(). Hopefully this should be the last place where we have this bug. Addresses bug 2645.