]> _ Git - odl.git/commitdiff
wip #4795 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 19 Oct 2021 13:40:45 +0000 (15:40 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 19 Oct 2021 13:40:45 +0000 (15:40 +0200)
app/Models/AssetTheme.php

index 92d3138b3dc0357463857dcd019c5334c9a1397c..48a7c2fb81e16dce0aed102e10421ddfdc0dbe0e 100644 (file)
@@ -20,6 +20,6 @@ class AssetTheme extends CubistMagicAbstractModel
         parent::setFields();
 
         $this->addField('name', Text::class, 'Nom', ['column' => true]);
-        $this->addField('color', Color::class, 'Couleur');
+        $this->addField('color', Color::class, 'Couleur', ['column' => true]);
     }
 }