From 96a78a0763ea7be1ec8fd94a1fd1f4a45e4e4ae8 Mon Sep 17 00:00:00 2001 From: fogelito Date: Mon, 6 Mar 2023 10:08:09 +0200 Subject: [PATCH] collection require = true --- app/config/collections.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/config/collections.php b/app/config/collections.php index f4197962e4..dac8212ce4 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -3570,7 +3570,7 @@ $collections = [ 'format' => '', 'size' => 0, 'signed' => true, - 'required' => false, + 'required' => true, 'default' => false, 'array' => false, 'filters' => [], @@ -3581,7 +3581,7 @@ $collections = [ 'format' => '', 'size' => 0, 'signed' => true, - 'required' => false, + 'required' => true, 'default' => null, 'array' => false, 'filters' => [], @@ -3603,7 +3603,7 @@ $collections = [ 'format' => '', 'size' => 2500, 'signed' => false, - 'required' => false, + 'required' => true, 'default' => null, 'array' => false, 'filters' => [],