mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-30 10:29:42 +00:00
Fixed: [person search] forward missing parameter city
Fix https://gitlab.com/Chill-Projet/chill-bundles/-/issues/84
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user