From d1e57b23aae9b4e41f7ff2264ebac955ff690a6c Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Fri, 21 Feb 2020 00:14:56 +0200 Subject: [PATCH] Updated collection --- app/config/collections.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/app/config/collections.php b/app/config/collections.php index 60c6bca10d..83b117a7b4 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -947,15 +947,6 @@ $collections = [ 'required' => true, 'array' => false, ], - [ - '$collection' => Database::SYSTEM_COLLECTION_RULES, - 'label' => 'Status', - 'key' => 'status', - 'type' => 'text', - 'default' => '', - 'required' => true, - 'array' => false, - ], [ '$collection' => Database::SYSTEM_COLLECTION_RULES, 'label' => 'Updated',