wip: improved refresh logic

This commit is contained in:
Björn Fromme
2025-09-03 16:48:23 +02:00
parent ccb2fa75ac
commit 2953ed0b2d
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';