Hey - hopefully this is an easy one, I’m just a little crosseyed staring at the OJS tables today. Is there a quick way for me to tell if an article is in a particular stage? Primarily:
- Unassigned
- In Review
- In Editing
- Archived
Thanks
Hey - hopefully this is an easy one, I’m just a little crosseyed staring at the OJS tables today. Is there a quick way for me to tell if an article is in a particular stage? Primarily:
Thanks
Hi @ajrbyers,
Have a look at the queries in classes/submission/editor/EditorSubmissionDAO.inc.php, in particular:
These all fall back on the same _getUnfilteredEditorSubmissions, adding SQL snippets for the relevant queues as function parameters.
Regards,
Alec Smecher
Public Knowledge Project Team