Skip to content

Commit 710b2c8

Browse files
committed
pkp/pkp-lib#9533 Revert decline const instead of revert initial decline
1 parent e9a9879 commit 710b2c8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

classes/migration/upgrade/v3_4_0/I7725_DecisionConstantsUpdate.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ public function getDecisionMappings(): array
2727
'current_value' => 9,
2828
'updated_value' => 8,
2929
],
30-
// \PKP\decision\Decision::REVERT_INITIAL_DECLINE
30+
// \PKP\decision\Decision::REVERT_DECLINE to \PKP\decision\Decision::REVERT_INITIAL_DECLINE
31+
// \PKP\decision\Decision::REVERT_DECLINE removed in 3.4
3132
[
3233
'stage_id' => WORKFLOW_STAGE_ID_PRODUCTION,
33-
'current_value' => 18,
34+
'current_value' => 17,
3435
'updated_value' => 16,
3536
]
3637
];

0 commit comments

Comments
 (0)