Skip to content

Commit

Permalink
pkp/pkp-lib#8350 Allow authors to cancel submissions
Browse files Browse the repository at this point in the history
  • Loading branch information
taslangraham committed Jan 9, 2025
1 parent 38cfbb8 commit 11dbf12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/submission/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
switch ($op) {
case 'index':
case 'saved':
case 'cancelled':
case 'wizard': // @deprecated 3.4
return new APP\pages\submission\SubmissionHandler();
}

0 comments on commit 11dbf12

Please sign in to comment.