From 4d734714a8104fbd97a52cd4a4fdeb95a303be10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 5 Apr 2023 20:31:19 +0200 Subject: [PATCH] Fixed: [person search] forward missing parameter city Fix https://gitlab.com/Chill-Projet/chill-bundles/-/issues/84 --- .../ChillPersonBundle/Repository/PersonACLAwareRepository.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Bundle/ChillPersonBundle/Repository/PersonACLAwareRepository.php b/src/Bundle/ChillPersonBundle/Repository/PersonACLAwareRepository.php index c068760ee..cc9e7b145 100644 --- a/src/Bundle/ChillPersonBundle/Repository/PersonACLAwareRepository.php +++ b/src/Bundle/ChillPersonBundle/Repository/PersonACLAwareRepository.php @@ -75,7 +75,8 @@ final class PersonACLAwareRepository implements PersonACLAwareRepositoryInterfac $birthdateAfter, $gender, $countryCode, - $phonenumber + $phonenumber, + $city ); return $this->addAuthorizations($query);