This repository was archived by the owner on Nov 28, 2025. It is now read-only.
Releases: ubiquitypress/OJS-Draft-Editorial
Releases · ubiquitypress/OJS-Draft-Editorial
Initial Release
A small patch that inserts logic to force Section Editors to have their decisions approved by Editors before they are emailed out to authors. Can be installed by using the GNU patch tool from the root of your OJS installation:
Download the draft_decisions_patch.tar.gz, unzip and apply it using:
$ patch -p1 < editorial_decision_draft.patch
$ mysql -u xxxx -p ojs_database < tbl_draft_decisons.sql
This patch is based on OJS 2.4.3 so you may need to re-work it for other versions. To apply this patch to an OJS installation running on PSQL or MSSQL you will need to recreate the tbl_draft_decisions.sql in your own syntax.