Skip to content

Commit

Permalink
Add missing option to always hide reviewer names from PC members to s…
Browse files Browse the repository at this point in the history
…ettings page
  • Loading branch information
AGrillenberger authored and kohler committed Oct 6, 2024
1 parent 4fe5095 commit 27505f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/settings/s_review.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@ static function print_pc(SettingValues $sv) {
$sv->print_radio_table("review_identity_visibility_pc", [
Conf::VIEWREV_ALWAYS => "Yes",
Conf::VIEWREV_IFASSIGNED => "Only if assigned a review for the same submission",
Conf::VIEWREV_AFTERREVIEW => "Only after completing a review for the same submission"
Conf::VIEWREV_AFTERREVIEW => "Only after completing a review for the same submission",
Conf::VIEWREV_NEVER => "No",
],
'Can non-conflicted PC members see <strong>reviewer names</strong>?',
["after" => $hint]);
Expand Down

0 comments on commit 27505f2

Please sign in to comment.