Skip to content
This repository was archived by the owner on Mar 25, 2021. It is now read-only.

Commit 34e9a95

Browse files
Merge pull request #82 from SURFnet/fix-missing-tpl-value-for-groups-sort-order
Default group sort order is still used in route
2 parents 057c633 + c805e78 commit 34e9a95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/AppBundle/Controller/IndexController.php

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ private function getGroups(ParameterBag $cookies, $searchQuery = '', $signedOrde
112112
'allGroups' => ['sort'=> $allGroupsSortOrder->toSignedOrder(), 'collection' => $allGroups],
113113
'organisationGroups' => ['sort'=> $organisationGroupsSortOrder->toSignedOrder(), 'collection' => $organisationGroups],
114114
'memberships' => $memberships,
115+
'sort' => $signedOrder,
115116
'offset' => $offset,
116117
'limit' => $limit,
117118
'query' => $searchQuery,

0 commit comments

Comments
 (0)