mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +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,
|
$birthdateAfter,
|
||||||
$gender,
|
$gender,
|
||||||
$countryCode,
|
$countryCode,
|
||||||
$phonenumber
|
$phonenumber,
|
||||||
|
$city
|
||||||
);
|
);
|
||||||
|
|
||||||
return $this->addAuthorizations($query);
|
return $this->addAuthorizations($query);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user