If a reviewer declines a review request and then changes her mind, we want to be able to reinstate her. The reinstating itself works, but once reinstated, the reviewer still doesn’t have access to the files.
Steps I took leading up to the issue
Reviewer declined review request
Reviewer changed mind
Go to Reviewer - Cancel reviewer
The option to Reinstate reviewer now appears. Click on it.
When the reviewer logs in, the submision they were reassigned to does not show up
What application are you using?
OJS 3.3.0-14
We don’t want to start a new review round because there are other reviewers who have not yet responded to Review round 1.
Is this functionality not behaving as expected? Or are we missing some step in the process?
We are using 3.4.0.3 and the option to restore a cancelled reviewer is still not working:
Has a fix for this been developed? I’d like to know where the code was tweaked in the current version so that I can fix ti without going through another installation.
To fix my current need, I’ve just gone to the “review_assignments” table and changed the “1” in the “cancelled” field to “0”. That seems to have fixed it but is not someone that many users can do, I suspect.
Thanks for the fix tip. It reinstated the reviewer but shows the review as submitted (with no files or recommendation)
But it’s a step in the right direction.
I found a manual solution to reinstate a reviewer in OJS 3.2.1.4.
It is not very quick nor elegant, but it works and you do not need to code.
In Users, search for the reviewer user that accidentally refused the review
Edit the user and change the email into a false one, and change a little the name or surname of the person for recognition purposes.
Create a new user with the correct email and data, the username should be a little different
Assign this new user as the new reviewer in the submission
Once the review is done, you might consider to merge users. (I did not try this step yet; I am not sure if the system could show two reviews of the same user or it could be like the meme spiderman pointing).
We will upgrade the OJS version to a one that still have technical support soon, but meanwhile I share this trick so maybe it can be useful to someone.