wip: improved refresh logic

This commit is contained in:
Björn Fromme
2026-03-16 11:59:10 +01:00
parent 36fe4c9e9a
commit 3063a7c05f
5 changed files with 95 additions and 3 deletions
@@ -134,9 +134,8 @@ class ParticipantFieldOptionsProvider extends AbstractFieldOptionsProvider
$attributes = [];
// Pre-select and make readonly for mandatory services
// Make readonly for mandatory services (pre-selection handled by service layer)
if (true === $service->mandatory) {
$attributes['checked'] = true;
$attributes['readonly'] = true;
$attributes['class'] = 'text-pink';
$attributes['title'] = 'Diese Leistung ist nicht abwählbar';