diff options
| author | Thomas Hackl <hackl@data-quest.de> | 2025-03-17 09:26:32 +0000 |
|---|---|---|
| committer | Thomas Hackl <hackl@data-quest.de> | 2025-03-17 09:26:32 +0000 |
| commit | 9804c00660866c403f19805692ce5381f388411d (patch) | |
| tree | 5785f6c86e1289c08cb846e2347e15dd56429d7e /templates | |
| parent | cf789d660b5931abdb4256d130032c1e23630e14 (diff) | |
Resolve "ENABLE_COURSESET_FCFS hat keinen Effekt"
Closes #5369
Merge request studip/studip!4046
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/layouts/base.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/layouts/base.php b/templates/layouts/base.php index 19440b6..26f6414 100644 --- a/templates/layouts/base.php +++ b/templates/layouts/base.php @@ -67,6 +67,7 @@ $lang_attr = str_replace('_', '-', $_SESSION['_language']); 'COURSEWARE_CERTIFICATES_ENABLE' => Config::get()->COURSEWARE_CERTIFICATES_ENABLE, 'PERSONAL_NOTIFICATIONS_AUDIO_DEACTIVATED' => (bool) User::findCurrent()?->getConfiguration()->PERSONAL_NOTIFICATIONS_AUDIO_DEACTIVATED, + 'ENABLE_COURSESET_FCFS' => (bool) Config::get()->ENABLE_COURSESET_FCFS ]) ?>, jsonapi_schemas: <?= json_encode($getJsonApiSchemas()) ?>, } |
