mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Fixed: [person search] forward missing parameter city
Fix https://gitlab.com/Chill-Projet/chill-bundles/-/issues/84
This commit is contained in:
parent
1c19d01b60
commit
4d734714a8
@ -75,7 +75,8 @@ final class PersonACLAwareRepository implements PersonACLAwareRepositoryInterfac
|
||||
$birthdateAfter,
|
||||
$gender,
|
||||
$countryCode,
|
||||
$phonenumber
|
||||
$phonenumber,
|
||||
$city
|
||||
);
|
||||
|
||||
return $this->addAuthorizations($query);
|
||||
|
Loading…
x
Reference in New Issue
Block a user