We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a9879 commit 710b2c8Copy full SHA for 710b2c8
classes/migration/upgrade/v3_4_0/I7725_DecisionConstantsUpdate.php
@@ -27,10 +27,11 @@ public function getDecisionMappings(): array
27
'current_value' => 9,
28
'updated_value' => 8,
29
],
30
- // \PKP\decision\Decision::REVERT_INITIAL_DECLINE
+ // \PKP\decision\Decision::REVERT_DECLINE to \PKP\decision\Decision::REVERT_INITIAL_DECLINE
31
+ // \PKP\decision\Decision::REVERT_DECLINE removed in 3.4
32
[
33
'stage_id' => WORKFLOW_STAGE_ID_PRODUCTION,
- 'current_value' => 18,
34
+ 'current_value' => 17,
35
'updated_value' => 16,
36
]
37
];
0 commit comments