From b188e503693b158cc0192eed33535875d6cf132f Mon Sep 17 00:00:00 2001 From: Moritz Strohm Date: Mon, 15 Dec 2025 11:11:43 +0000 Subject: schedule/entry dialog: use stronger colours, fixe #6112 Merge request studip/studip!4647 --- app/views/calendar/schedule/entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/calendar/schedule/entry.php b/app/views/calendar/schedule/entry.php index fe723c0..4f36289 100644 --- a/app/views/calendar/schedule/entry.php +++ b/app/views/calendar/schedule/entry.php @@ -14,7 +14,7 @@ ->withProps([ 'autofocus' => true, 'colours' => collect($GLOBALS['PERS_TERMIN_KAT'])->map( - fn($data, $id) => ['id' => $id, 'colour' => $data['bgcolor']] + fn($data, $id) => ['id' => $id, 'colour' => $data['border_color']] )->values(), 'model-value' => $entry->colour_id, ]) ?> -- cgit v1.0