Hi Richard,
For situations where the technical reference isn't detailed enough, you'll have to look at the code. (Or you're always welcome to ask us here.) As you suspect, the "decision" column of edit_decisions is an index indicating the decision recorded (e.g. Accept, Resubmit, etc). Its value will be one of the SUBMISSION_EDITOR_DECISION_... constants, as defined in classes/submission/common/Action.inc.php:
- Code: Select all
/* These constants correspond to editing decision "decision codes". */
define('SUBMISSION_EDITOR_DECISION_ACCEPT', 1);
define('SUBMISSION_EDITOR_DECISION_PENDING_REVISIONS', 2);
define('SUBMISSION_EDITOR_DECISION_RESUBMIT', 3);
define('SUBMISSION_EDITOR_DECISION_DECLINE', 4);
Regards,
Alec Smecher
Open Journal Systems Team
---
Don't miss the First International PKP Scholarly Publishing Conference
July 11 - 13, 2007, Vancouver, BC, Canada
http://ocs.sfu.ca/pkp2007/