17 define(
'SUBMISSION_EDITOR_DECISION_EXTERNAL_REVIEW', 8);
18 define(
'SUBMISSION_EDITOR_DECISION_ACCEPT', 1);
19 define(
'SUBMISSION_EDITOR_DECISION_PENDING_REVISIONS', 2);
20 define(
'SUBMISSION_EDITOR_DECISION_RESUBMIT', 3);
21 define(
'SUBMISSION_EDITOR_DECISION_DECLINE', 4);
22 define(
'SUBMISSION_EDITOR_DECISION_NEW_ROUND', 16);
23 define(
'SUBMISSION_EDITOR_DECISION_SEND_TO_PRODUCTION', 7);
25 import(
'lib.pkp.classes.workflow.PKPEditorDecisionActionsManager');
38 $actionLabels = array();
39 foreach($decisions as $decision) {
40 if ($allDecisionsData[$decision][
'title']) {
41 $actionLabels[$decision] = $allDecisionsData[$decision][
'title'];
53 case WORKFLOW_STAGE_ID_PRODUCTION:
56 return parent::getStageDecisions($request, $stageId, $makeDecision);
72 $decisions = $decisions + array(
73 SUBMISSION_EDITOR_DECISION_INITIAL_DECLINE => array(
75 'operation' =>
'sendReviews',
76 'title' =>
'editor.submission.decision.decline',