Skip to content

Commit

Permalink
Add a lock for IDReservation
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Dec 3, 2024
1 parent d8a391a commit e4257b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assigners/a_review.php
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ function account(AssignmentSet $aset, AssignmentCountSet $deltarev) {
function add_locks(AssignmentSet $aset, &$locks) {
$locks["PaperReview"] = $locks["PaperReviewRefused"] =
$locks["PaperReviewHistory"] = $locks["ReviewRating"] =
$locks["Settings"] = "write";
$locks["IDReservation"] = $locks["Settings"] = "write";
}
function execute(AssignmentSet $aset) {
$extra = ["no_autosearch" => true];
Expand Down

0 comments on commit e4257b5

Please sign in to comment.