wip: age based filtering of options

This commit is contained in:
Björn Fromme
2026-03-16 11:59:09 +01:00
parent b038d9a41f
commit 7003c0d81b
17 changed files with 845 additions and 23 deletions
@@ -66,4 +66,4 @@ class DateOfBirthProvidedCondition implements FieldConditionInterface
{
return 'Participant must provide their date of birth';
}
}
}