eventListener created and tested for firstname, lastname and altnames

This commit is contained in:
Julie Lenaerts
2021-10-06 12:16:45 +02:00
parent 7d8f380050
commit 0c4ea81550
7 changed files with 135 additions and 44 deletions

View File

@@ -84,6 +84,7 @@ class ChillPersonExtension extends Extension implements PrependExtensionInterfac
$loader->load('services/repository.yaml');
$loader->load('services/serializer.yaml');
$loader->load('services/security.yaml');
$loader->load('services/doctrineEventListener.yaml');
// load service advanced search only if configure
if ($config['search']['search_by_phone'] != 'never') {