From eda1ace809324c94db45a835dac8adf9b996bfc4 Mon Sep 17 00:00:00 2001 From: "alejandro.campos@artica.es" Date: Thu, 17 Nov 2022 12:46:37 +0100 Subject: [PATCH] fix alerts fired widget --- pandora_console/include/lib/Dashboard/Widgets/alerts_fired.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/lib/Dashboard/Widgets/alerts_fired.php b/pandora_console/include/lib/Dashboard/Widgets/alerts_fired.php index c4c92458cd..68107388b4 100755 --- a/pandora_console/include/lib/Dashboard/Widgets/alerts_fired.php +++ b/pandora_console/include/lib/Dashboard/Widgets/alerts_fired.php @@ -170,7 +170,7 @@ class AlertsFiredWidget extends Widget $this->configurationRequired = false; if (isset($this->values['groupId']) === false) { $this->configurationRequired = true; - } else { + } else if ($this->values['groupId'] !== '0') { $check_exist = \db_get_value( 'id_grupo', 'tgrupo',