From: Vincent Vanwaelscappel Date: Fri, 6 Mar 2020 17:09:53 +0000 (+0100) Subject: fix #3478 @0:25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=bad50d52e36bfc69b13fca79fe82feb989b01bb8;p=fluidbook-toolbox.git fix #3478 @0:25 --- diff --git a/app/Models/Quiz.php b/app/Models/Quiz.php index cec0cbb73..be750b1eb 100644 --- a/app/Models/Quiz.php +++ b/app/Models/Quiz.php @@ -59,7 +59,7 @@ class Quiz extends CubistMagicAbstractModel 'column' => true, 'column_label' => 'Project', 'tab' => 'Project']); - + $this->addField(['name' => 'created_at', 'label' => 'Created at', 'type' => 'Datetime', @@ -83,7 +83,6 @@ class Quiz extends CubistMagicAbstractModel 'can' => 'viewany', 'tab' => 'Project']); - $this->addField(['name' => 'title', 'label' => 'Quiz title', 'type' => 'Text',