One click reviews in OJS 3.5

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:

  1. Uncomment the lines that you previously commented: lines (500-502) of lib/pkp/controllers/grid/users/reviewer/form/ReviewerForm.php

  2. At lib/pkp/classes/submission/action/EditorAction.php line 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