From 480d3ac16dec57298b56e633ce230f5dcd062069 Mon Sep 17 00:00:00 2001 From: iglocska Date: Thu, 4 Apr 2024 12:13:04 +0200 Subject: [PATCH] chg: [setting] added for the sighting blocklisting --- app/Model/Server.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/Model/Server.php b/app/Model/Server.php index 8110755a8..933fadf31 100644 --- a/app/Model/Server.php +++ b/app/Model/Server.php @@ -5722,6 +5722,13 @@ class Server extends AppModel 'type' => 'boolean', 'test' => 'testBool' ), + 'enableSightingBlocklisting' => array( + 'level' => 1, + 'description' => __('Blocklisting organisation UUIDs to prevent the creation of any sightings created by the blocklisted organisation.'), + 'value' => true, + 'type' => 'boolean', + 'test' => 'testBool' + ), 'log_client_ip' => array( 'level' => 1, 'description' => __('If enabled, all log entries will include the IP address of the user.'),