Skip to content

Commit

Permalink
pkp/pkp-lib#9533 Revert decline const instead of revert initial decline
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy-1 committed Dec 5, 2023
1 parent e9a9879 commit 710b2c8
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ public function getDecisionMappings(): array
'current_value' => 9,
'updated_value' => 8,
],
// \PKP\decision\Decision::REVERT_INITIAL_DECLINE
// \PKP\decision\Decision::REVERT_DECLINE to \PKP\decision\Decision::REVERT_INITIAL_DECLINE
// \PKP\decision\Decision::REVERT_DECLINE removed in 3.4
[
'stage_id' => WORKFLOW_STAGE_ID_PRODUCTION,
'current_value' => 18,
'current_value' => 17,
'updated_value' => 16,
]
];
Expand Down

0 comments on commit 710b2c8

Please sign in to comment.