PKP Bugzilla – Bug 6915
Review due date incorrectly set and displayed for paper review
Last modified: 2012-09-24 10:51:18 PDT
On Director's submission review page. Please see attachment for additional details. Courtesy of: http://pkp.sfu.ca/support/forum/viewtopic.php?f=3&t=7887&p=30921#p30911
Created attachment 3651 [details] Screenshots with additional details
For 2-stage review, after abstract review is completed and reviewer assignments from abstract review are set as defaults for paper review.
Review due date incorrectly set and displayed for paper review https://github.com/pkp/ocs/commit/24feaba7fd52ffa317cb6ce82a3e3bd7776c642e
Created attachment 3655 [details] Patch against OCS 2.3.3-1
Review due date incorrectly set and displayed for paper review https://github.com/pkp/ocs/commit/17ac7fcbd5675655207c7247e7f9983a53add33f
Fixed.
Michael, I'm confused about this fix -- shouldn't the existing calls to TrackDirectorAction::setDueDate update the due date field?
This was confusing for me as well. Although the due date is initially correctly updated in the db, the review assignment itself in the track submission is not updated with this new date info. The now-stale track submission is then updated in the db, wiping the previously set due date.
OK, though the patch is more of a work-around than a fix -- I'd suggest leaving this open for a better clean-up when we get the chance.