Skip to content

Commit

Permalink
pkp#9948 updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurabir committed Sep 20, 2024
1 parent 1fda479 commit d5a147f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/grid/users/reviewer/ReviewerGridRow.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public function initialize($request, $template = null)
'edit'
));

// if declined by requested reviewer, will not show option to cancel reviewer
// if declined by requested reviewer, don't show the option to cancel the review
// @see https://github.com/pkp/pkp-lib/issues/9948
if (!$reviewAssignment->getDeclined()) {
$this->addAction(new LinkAction(
Expand Down

0 comments on commit d5a147f

Please sign in to comment.