From 9a5d3f51ebe360b761e99b85d3001e8e4ecec033 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 29 Sep 2023 12:27:36 +0200 Subject: [PATCH] wip #6248 --- app/Models/Quiz.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/Quiz.php b/app/Models/Quiz.php index d3a68681f..68f110365 100644 --- a/app/Models/Quiz.php +++ b/app/Models/Quiz.php @@ -145,6 +145,7 @@ class Quiz extends ToolboxModel 'type' => ElearningLocale::class, 'column' => true, 'column_label' => '']); + $this->addField('translations', \App\Fields\ElearningTranslationOverwrite::class, __('Traductions personnalisées')); $this->addField('section_scorm', FormSection::class, __('SCORM')); -- 2.39.5