Skip to content

Commit

Permalink
pkp#10480 Consider unasigned admin and journal manager as deciding ed…
Browse files Browse the repository at this point in the history
…itor
  • Loading branch information
Vitaliy-1 committed Jan 16, 2025
1 parent ab68c1c commit 479d779
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/submission/maps/Schema.php
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,7 @@ protected function getPropertyStages(Enumerable $stageAssignments, Submission $s
if (!empty($globalRoles)) {
foreach ($stageIds as $stageId) {
$stages[$stageId]['currentUserAssignedRoles'] = $globalRoles;
$isCurrentUserDecidingEditor = $stages[$stageId]['isCurrentUserDecidingEditor'] = true;
}
}
}
Expand Down

0 comments on commit 479d779

Please sign in to comment.