Skip to content

Commit

Permalink
Merge pull request #45092 from nextcloud/fix/user-provider-search-shown
Browse files Browse the repository at this point in the history
  • Loading branch information
Altahrim authored Jul 24, 2024
2 parents 52fe7b1 + efea956 commit 2ddfbf3
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 @@ -29,7 +29,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 2ddfbf3

Please sign in to comment.