feat: bulk insurance booking by applicant

This commit is contained in:
Björn Fromme
2026-03-16 11:59:10 +01:00
parent 66dd51d75a
commit f2681af9ee
10 changed files with 402 additions and 24 deletions
+3 -1
View File
@@ -67,8 +67,9 @@ services:
arguments:
$choiceListFactory: '@form.choice_list_factory.default'
# Insurance Field Handler with dependencies
# Insurance Field Handlers with dependencies
App\Form\Service\ParticipantInsuranceFieldHandler: ~
App\Form\Service\ParticipantBulkInsuranceFieldHandler: ~
# Participant Field Handler Registry - most handlers instantiate dependencies directly, some use services
App\Form\Service\ParticipantFieldHandlerRegistry:
@@ -91,4 +92,5 @@ services:
- 'App\Form\Service\ParticipantRentalInsuranceFieldHandler'
- 'App\Form\Service\ParticipantLicensePlateFieldHandler'
# Complex handlers with dependencies - use service references
- '@App\Form\Service\ParticipantBulkInsuranceFieldHandler'
- '@App\Form\Service\ParticipantInsuranceFieldHandler'