PKP Bugzilla – Bug 6899
Inaccurate active counts and listings for reviewers, copyeditors, layout editors, and proofreaders
Last modified: 2013-04-30 15:05:37 PDT
If a review is not fully completed -- e.g. reviewer sends review via email, doesn't select a review decision, etc. -- the review will remain active even if the corresponding submission is archived, declined, or published. These submissions continue to be listed on the reviewer's active reviews page as well as show up in the active reviews counts when editors assign reviewers. Move these reviews to the reviewer's archive listing and update active review counts to exclude submissions that are no longer under review.
Probably a good idea to go over all submission lists and make sure a consistent status check is done on them (e.g. for copyeditors, layout editors, ...)
fix review assignment totals when article is no longer under review https://github.com/pkp/ojs/commit/f73af93c0af7d0a2cc5231745f83079adb887cd6
fix review assignment totals when article is no longer under review https://github.com/pkp/ojs/commit/a6b76df0b0a5289e15c89ee29bdeeb2204809409
Thanks Jason. This looks ready to close off -- have you checked OCS to see if we need a fix there as well?
classes/submission/reviewer/ReviewerSubmissionDAO.inc.php https://github.com/pkp/ocs/commit/53497fe7f8c4631ae8968967137fcd7f4f5cd461
With the exception of my horked commit message, this has now been ported to OCS 2.3 and master.
fix review assignment totals when article is no longer under review https://github.com/pkp/ocs/commit/52e10998fd95ac694f8e2735ba652e791ee093de
Can this one be closed?