From c1c7466dc7d00555a75d8ade6a00aced1a09c1f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Tue, 21 Apr 2026 16:01:48 +0200 Subject: [PATCH] fix: add missing field handler registration --- config/services.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/services.yaml b/config/services.yaml index cbb7e22..449dc9d 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -140,6 +140,7 @@ services: - 'App\Form\Service\ParticipantAdditionalServicesFieldHandler' - 'App\Form\Service\ParticipantCoursesFieldHandler' - 'App\Form\Service\ParticipantBoardFieldHandler' + - 'App\Form\Service\ParticipantVegFieldHandler' - 'App\Form\Service\ParticipantRentalsFieldHandler' - 'App\Form\Service\ParticipantSkiPassFieldHandler' - 'App\Form\Service\ParticipantTransportationOutboundFieldHandler'