Hi PKP friends,
We’re running OJS 2.4.8. When viewing editor/submissions/submissionsUnassigned
I can see one of the articles is duplicated. I mean there are two rows for the same id.
I checked the database, and obviously, the article appears only once (article_id should be a key, I guess).
Tracking back the code responsible to render that page, I found a suspect in this query:
https://github.com/inia-es/ojs/blob/INIA/classes/submission/editor/EditorSubmissionDAO.inc.php#L301-L340
Is there any known issue with it? I just wanted to know if this issue is known, or under work, because I’m in a very tigh schedule for other works; so I can’t work on it right now.
In other case, I’ll review it in detail in some weeks.
Best regards,