Hi @swithun!
Thanks for reporting this.
I understand that you have access to the source code of your installation.
Could you please do the following:
-
Uncomment the lines that you previously commented: lines (500-502) of
lib/pkp/controllers/grid/users/reviewer/form/ReviewerForm.php -
At
lib/pkp/classes/submission/action/EditorAction.phpline 221 change existing
$reviewInvitation->reviewAssignmentId = $reviewAssignment->getId();to$reviewInvitation->getPayload()->reviewAssignmentId = $reviewAssignment->getId();
Do that and continue using the OneClick review feature - try to add a new reviewer for example - does that change solves your issue?
Thanks in advance!
Dimitris