From 57f6fdebea79080cb64544ba65e5354848099d6f Mon Sep 17 00:00:00 2001 From: Ron Lucke <lucke@elan-ev.de> Date: Fri, 15 Oct 2021 14:24:20 +0000 Subject: [PATCH] fixes #247 --- db/migrations/1.326_courseware_integration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/migrations/1.326_courseware_integration.php b/db/migrations/1.326_courseware_integration.php index 281a2b46513..2b161cdf14f 100755 --- a/db/migrations/1.326_courseware_integration.php +++ b/db/migrations/1.326_courseware_integration.php @@ -152,7 +152,7 @@ class CoursewareIntegration extends \Migration ':description' => 'Mit dieser Konfigurationseinstellung wird für eine Courseware festgelegt, welche Rechtestufe Inhalte editieren dürfen.', ':range' => 'range', ':type' => 'string', - ':value' => 'dozent' + ':value' => 'tutor' ]); $statement->execute([ ':name' => 'COURSEWARE_LAST_ELEMENT', -- GitLab