aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorThomas Hackl <hackl@data-quest.de>2025-03-17 09:26:32 +0000
committerThomas Hackl <hackl@data-quest.de>2025-03-17 09:26:32 +0000
commit9804c00660866c403f19805692ce5381f388411d (patch)
tree5785f6c86e1289c08cb846e2347e15dd56429d7e /templates
parentcf789d660b5931abdb4256d130032c1e23630e14 (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.php1
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()) ?>,
}