]> _ Git - cubist_cms-back.git/commitdiff
#2843
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 20 Jun 2019 16:28:53 +0000 (18:28 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 20 Jun 2019 16:28:53 +0000 (18:28 +0200)
src/app/Magic/Fields/Files.php

index dcfeaef4613ff5efa02815d1e15961e6892cf1e6..ca2deeaafcc5dffccf493bdfea06fa04c8fde827 100644 (file)
@@ -12,7 +12,7 @@ class Files extends Field
     protected $_adminType = 'dropzone_media';
     protected $_viewNamespace = CubistBackpackServiceProvider::NAMESPACE . '::fields';
     protected $_databaseType = 'text';
-    protected $_collection = null;
+    protected $_collection = 'default';
     protected $_thumbCollection = 'backpack_thumb';
     protected $_maxFiles = 1;