]> _ Git - fluidbook-toolbox.git/commitdiff
fix #3478 @0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 6 Mar 2020 17:52:35 +0000 (18:52 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 6 Mar 2020 17:52:35 +0000 (18:52 +0100)
app/Models/Quiz.php

index be750b1ebd21234488d581c38ed8f2399b920784..bc0c344cfccc9551b666687a8780fd3a5c3cfeec 100644 (file)
@@ -118,6 +118,7 @@ class Quiz extends CubistMagicAbstractModel
 
         $this->addField(['name' => 'scorm',
             'label' => 'SCORM enabled',
+            'column_label' => 'SCORM',
             'type' => 'Checkbox',
             'column' => true,
             'tab' => 'Settings']);