wip: age based filtering of options

This commit is contained in:
Björn Fromme
2025-08-27 13:46:00 +02:00
parent 25bbf3d44f
commit 47703dc205
3 changed files with 118 additions and 1 deletions
+1
View File
@@ -72,6 +72,7 @@ services:
arguments:
$handlers:
# Simple handlers (no dependencies) - use class names
- 'App\Form\Service\ParticipantDateOfBirthFieldHandler'
- 'App\Form\Service\ParticipantAssignedRoomFieldHandler'
# Complex handlers (with dependencies) would use service references like:
# - '@participant.complex.handler'