2436: Deleted reviews still counting in the user's summary

muad*****@gmai***** (Google Code) (Is this you? Claim this profile.)
Jan. 7, 2012
What version are you running?
1.6.3

What's the URL of the page containing the problem?
dashboard/?view=mine

What steps will reproduce the problem?
1. Deleted my 2 draft reviews on the admin page (admin/db/reviews/review/)
2. Open My Dashboard - still show 2 requests
3.

What is the expected output? What do you see instead?
The ReviewBoard should decrease the review numbers because some of them deleted.

What operating system are you using? What browser?
Win7 x64 - Chrome 16.0.912.63 m

Please provide any additional information below.
When I deleted some reviews those are still see in the summary but not see in the "All My Review Requests" and neither in the admin pages.
david
#1 david
We highly recommend avoiding the admin interface for things like this, because we can't trigger callbacks (at least, not in all the versions of django that we support). You can fix this via the "fixreviewcounts" management command, and then if you ever need to delete reviews, do so via the normal web UI.
  • +UserError
#2 muad*****@gmai***** (Google Code) (Is this you? Claim this profile.)
This 'fixreviewcounts' command works. Thx