From eb1501bac22cce0d92603e644c019785155a89b9 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 26 Oct 2022 10:16:48 +0200 Subject: [PATCH] wait #5471 @0:05 --- app/Models/Quiz.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Models/Quiz.php b/app/Models/Quiz.php index 44a7c26e1..25e6f65f9 100644 --- a/app/Models/Quiz.php +++ b/app/Models/Quiz.php @@ -185,7 +185,6 @@ class Quiz extends ToolboxModel 'default' => true, 'type' => 'Checkbox', 'tab' => __('Paramètres'), - 'when' => ['type' => 'quiz'], ]); $this->addField(['name' => 'review', -- 2.39.5