Skip to content

Commit

Permalink
pkp#10214 added review assignment REVIEW_ASSIGNMENT_STATUS_REQUEST_RE…
Browse files Browse the repository at this point in the history
…SEND status to consider review round status
  • Loading branch information
touhidurabir committed Sep 19, 2024
1 parent 67f73d6 commit e64d1d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/submission/reviewRound/ReviewRound.php
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ public function determineStatus()
break;

case ReviewAssignment::REVIEW_ASSIGNMENT_STATUS_AWAITING_RESPONSE:
case ReviewAssignment::REVIEW_ASSIGNMENT_STATUS_REQUEST_RESEND:
case ReviewAssignment::REVIEW_ASSIGNMENT_STATUS_ACCEPTED:
$anyIncompletedReview = true;
break;
Expand Down

0 comments on commit e64d1d0

Please sign in to comment.