Skip to content

Commit

Permalink
Merge pull request #1852 from Hafsa-Naeem/i10076_declined_cancelled_r…
Browse files Browse the repository at this point in the history
…eview_assignments

pkp/pkp-lib#10076 Added getReviewStages method to Application class
  • Loading branch information
Vitaliy-1 authored Feb 24, 2025
2 parents 11368be + a3c4b02 commit 3dcd128
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions classes/core/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,17 @@ public static function getApplicationStages(): array
];
}

/**
* Get the review workflow stages used by this application.
*/
public function getReviewStages(): array
{
return [
WORKFLOW_STAGE_ID_EXTERNAL_REVIEW,
WORKFLOW_STAGE_ID_INTERNAL_REVIEW
];
}

/**
* Get the file directory array map used by the application.
*/
Expand Down

0 comments on commit 3dcd128

Please sign in to comment.