diff options
| author | Moritz Strohm <strohm@data-quest.de> | 2025-12-15 11:11:43 +0000 |
|---|---|---|
| committer | Moritz Strohm <strohm@data-quest.de> | 2025-12-15 11:11:43 +0000 |
| commit | b188e503693b158cc0192eed33535875d6cf132f (patch) | |
| tree | b14c1702dec829d3b9713ea487fb5559f80052cd /app | |
| parent | aaa6ee164a42ac476b3f6db650fb40afcaa04648 (diff) | |
schedule/entry dialog: use stronger colours, fixe #6112
Merge request studip/studip!4647
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/calendar/schedule/entry.php | 2 |
1 files changed, 1 insertions, 1 deletions
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, ]) ?> |
