Fixed: [person search] forward missing parameter city

Fix https://gitlab.com/Chill-Projet/chill-bundles/-/issues/84
This commit is contained in:
Julien Fastré 2023-04-05 20:31:19 +02:00
parent 1c19d01b60
commit 4d734714a8
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -75,7 +75,8 @@ final class PersonACLAwareRepository implements PersonACLAwareRepositoryInterfac
$birthdateAfter,
$gender,
$countryCode,
$phonenumber
$phonenumber,
$city
);
return $this->addAuthorizations($query);