From 1120e8885afa0ce9356e60fa3b70538ed07d288a Mon Sep 17 00:00:00 2001 From: kodumbeats Date: Mon, 17 May 2021 14:10:17 -0400 Subject: [PATCH] CertificateID not a required param --- app/config/collections.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/collections.php b/app/config/collections.php index 62669c5f21..6789237c9c 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -1287,7 +1287,7 @@ $collections = [ 'key' => 'certificateId', 'type' => Database::SYSTEM_VAR_TYPE_KEY, 'default' => '', - 'required' => true, + 'required' => false, 'array' => false, ], ],