Hi everyone, [Apologies for my error in posting. This is a post transferred here to differentiate it with regards to the version.]
We have just encountered the same issue as previously posted here.
Our OJS version is 3.2.1.1 as mentioned.
We have noticed that when logging in as the Journal editor, who has all the roles allowed, and moving the cursor on the submission, the bottom left-hand side shows a link to …/reviewer/submission/3
instead of …/workflow/access/3.
The solution with the direct link works as suggested here, however, is there a permanent fix?
If not, is there a way to fix this via the database?
Please find here the screenshots with annotations. Hope this helps.
The journal manager/editor (person 1) had assigned himself be a reviewer, and then declined to review in Round 1.
As can be seen in the image, if person 1 logs in, they can only see the review link, and not the workflow link.
If a different journal manager/editor (person 2) logs in, and accesses the submission, they are provided with the editorial workflow link, as can be seen in the below image
I have tried cancelling person 1 as a reviewer through the OJS interface, but that did not work
I’m assuming in the database, person 1, is still listed as reviewer for that submission, and so they cannot access the workflow link? But I haven’t found how this connection is created in the database. I could be wrong.
A short-term solution, that I have not tried:
I am guessing that person 2, can add person 1 as reviewer in a New Review round, and that would grant person 1 access again.
Thanks for providing the additional details. There is definitely a bug here. When a user with journal manager/editor privileges is assigned as a reviewer, they have the option to view the submission with the reviewer view and the editorial workflow.
But this is not the case if the user has declined to review the submission.
As a temporary fix, you can modify this status in the database to “undo” the declined status for that user.
This can be found in the review_assignments table in the database. You can set the declined column for the user/submission in question to 0 and the user will again have access to both the editorial workflow and the reviewer workflow.