Skip to content

Commit

Permalink
Explicit sort for Tobi
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Oct 5, 2023
1 parent 619f0fc commit 90ea66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/Controller/Jury/ExecutableController.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public function indexAction(Request $request): Response
default:
$execdata['icon']['icon'] = 'question';
}
$execdata['badges']['value'] = $badges;
$execdata['badges']['value'] = sort($badges);

if ($this->isGranted('ROLE_ADMIN')) {
$execactions[] = [
Expand Down

0 comments on commit 90ea66a

Please sign in to comment.