Skip to content

Commit

Permalink
pkp#10599 Refining which editorial decisions are displayed and when
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Nov 14, 2024
1 parent 47a0851 commit 8803210
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pages/dashboard/PKPDashboardHandlerNext.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,10 @@ public function index($args, $request)

'DECISION_ACCEPT' => Decision::ACCEPT,
'DECISION_DECLINE' => Decision::DECLINE,
'DECISION_REVERT_DECLINE' => Decision::REVERT_DECLINE,
'DECISION_CANCEL_REVIEW_ROUND' => Decision::CANCEL_REVIEW_ROUND,
'DECISON_PENDING_REVISIONS' => Decision::PENDING_REVISIONS,
'DECISION_PENDING_REVISIONS' => Decision::PENDING_REVISIONS,
'DECISION_RESUBMIT' => Decision::RESUBMIT,
'DECISION_EXTERNAL_REVIEW' => Decision::EXTERNAL_REVIEW,
'DECISION_SKIP_EXTERNAL_REVIEW' => Decision::SKIP_EXTERNAL_REVIEW,
'DECISION_INITIAL_DECLINE' => Decision::INITIAL_DECLINE,
Expand Down

0 comments on commit 8803210

Please sign in to comment.