Skip to content

Commit

Permalink
#10630 Fix tests and UI call
Browse files Browse the repository at this point in the history
  • Loading branch information
defstat committed Jan 2, 2025
1 parent 4788455 commit 82d5179
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 82d5179

Please sign in to comment.