Skip to content

Commit

Permalink
pkp#10480 Fix recommendation label for submissions list
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy-1 committed Jan 19, 2025
1 parent 4e06e7e commit 1199969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/submission/maps/Schema.php
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ protected function getPropertyStages(Enumerable $stageAssignments, Submission $s

$recommendation = [
'decision' => $decision->getData('decision'),
'label' => $decisionType->getLabel(),
'label' => $decisionType->getRecommendationLabel(),
];

// Set recommendations for the deciding editor
Expand Down

0 comments on commit 1199969

Please sign in to comment.