From 3a43ee73bc0f433b5354d3c1fe9b99e321804f6a Mon Sep 17 00:00:00 2001 From: Daniel Barbero Date: Thu, 22 Sep 2022 08:39:12 +0200 Subject: [PATCH] fixed widget groups status pandora_enterprise#9229 --- .../lib/Dashboard/Widgets/system_group_status.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/pandora_console/include/lib/Dashboard/Widgets/system_group_status.php b/pandora_console/include/lib/Dashboard/Widgets/system_group_status.php index 19edc92d8f..ac2d5654fd 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/system_group_status.php +++ b/pandora_console/include/lib/Dashboard/Widgets/system_group_status.php @@ -166,17 +166,6 @@ class SystemGroupStatusWidget extends Widget $this->configurationRequired = false; if (empty($this->values['groupId']) === true) { $this->configurationRequired = true; - } else { - $check_exist = \db_get_value( - 'id_grupo', - 'tgrupo', - 'id_grupo', - $this->values['groupId'] - ); - - if ($check_exist === false) { - $this->loadError = true; - } } $this->overflow_scrollbars = false;