mirror of
https://github.com/nextcloud/server.git
synced 2026-06-05 06:44:47 -04:00
Merge pull request #46724 from nextcloud/backport/45092/stable28
This commit is contained in:
commit
998dbd068e
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ class UserSearch implements IProvider {
|
|||
}
|
||||
|
||||
public function getOrder(string $route, array $routeParameters): ?int {
|
||||
return $route === 'settings.Users.usersList'
|
||||
return str_starts_with($route, 'settings.Users.usersList')
|
||||
? 300
|
||||
: null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue