Skip to content

Commit

Permalink
pkp#6528 Allow Journal Managers to delete incomplete submissions
Browse files Browse the repository at this point in the history
  • Loading branch information
taslangraham committed Dec 10, 2024
1 parent d4858dc commit 925c1e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/v1/_submissions/PKPBackendSubmissionsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ public function getGroupRoutes(): void
->middleware([
self::roleAuthorizer([
Role::ROLE_ID_SITE_ADMIN,
Role::ROLE_ID_MANAGER,
Role::ROLE_ID_AUTHOR,
]),
]);
Expand Down

0 comments on commit 925c1e6

Please sign in to comment.