wip: age based filtering of options

This commit is contained in:
Björn Fromme
2026-03-16 11:59:09 +01:00
parent 89c42cf7e4
commit b038d9a41f
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'