Skip to content

Commit

Permalink
Merge pull request #46724 from nextcloud/backport/45092/stable28
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Jul 27, 2024
2 parents ba8a0ef + d561883 commit 998dbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/settings/lib/Search/UserSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function getName(): string {
}

public function getOrder(string $route, array $routeParameters): ?int {
return $route === 'settings.Users.usersList'
return str_starts_with($route, 'settings.Users.usersList')
? 300
: null;
}
Expand Down

0 comments on commit 998dbd0

Please sign in to comment.