mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-01 19:09:45 +00:00
Add external identifiers for person, editable in edit form, with minimal features associated
This commit is contained in:
@@ -95,3 +95,16 @@ services:
|
||||
Chill\PersonBundle\Service\EntityInfo\AccompanyingPeriodViewEntityInfoProvider:
|
||||
arguments:
|
||||
$unions: !tagged_iterator chill_person.accompanying_period_info_part
|
||||
|
||||
Chill\PersonBundle\PersonIdentifier\PersonIdentifierManager:
|
||||
arguments:
|
||||
$engines: !tagged_iterator chill_person.person_identifier_engine
|
||||
|
||||
Chill\PersonBundle\PersonIdentifier\PersonIdentifierManagerInterface:
|
||||
alias: Chill\PersonBundle\PersonIdentifier\PersonIdentifierManager
|
||||
|
||||
Chill\PersonBundle\PersonIdentifier\Identifier\:
|
||||
resource: '../PersonIdentifier/Identifier'
|
||||
|
||||
Chill\PersonBundle\PersonIdentifier\Rendering\:
|
||||
resource: '../PersonIdentifier/Rendering'
|
||||
|
Reference in New Issue
Block a user