From 9c3017f812797a022e21827f23d45df5d974047c 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