add model + form to handle alt names

This commit is contained in:
2020-01-30 15:51:39 +01:00
parent 7b7ce4a604
commit 426458811c
14 changed files with 482 additions and 2 deletions

View File

@@ -65,6 +65,7 @@ class ChillPersonExtension extends Extension implements PrependExtensionInterfac
$loader->load('services/form.yml');
$loader->load('services/repository.yml');
$loader->load('services/templating.yml');
$loader->load('services/alt_names.yml');
// load service advanced search only if configure
if ($config['search']['search_by_phone'] != 'never') {