Skip to content

Commit

Permalink
pkp#10630 Fix tests and UI call
Browse files Browse the repository at this point in the history
  • Loading branch information
defstat committed Dec 30, 2024
1 parent 4788455 commit 9e6271f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ protected function transformUserGroups(?array $userGroups)

return [
'userGroupId' => $userGroup['userGroupId'],
'userGroupName' => $userGroupModel->getName(null),
'userGroupName' => $userGroupModel->getLocalizedData('name'),
'masthead' => $userGroup['masthead'],
'dateStart' => $userGroup['dateStart'],
'dateEnd' => $userGroup['dateEnd'],
Expand Down

0 comments on commit 9e6271f

Please sign in to comment.