From 245286330ce0efa880fe82cf8837201b044ac507 Mon Sep 17 00:00:00 2001 From: Calvo Date: Tue, 30 Mar 2021 08:28:10 +0200 Subject: [PATCH] Fixed treeview filter by module status --- pandora_console/include/class/Tree.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/class/Tree.class.php b/pandora_console/include/class/Tree.class.php index 70fb1d4e60..e3b05c67ce 100644 --- a/pandora_console/include/class/Tree.class.php +++ b/pandora_console/include/class/Tree.class.php @@ -1005,7 +1005,7 @@ class Tree $agent_search_filter = $this->getAgentSearchFilter(); $agent_status_filter = $this->getAgentStatusFilter(); $module_search_filter = $this->getModuleSearchFilter(); - $module_status_filter = $this->getModuleStatusFilter(); + $module_status_filter = $this->getModuleStatusFilterFromTestado($this->filter['statusModule']); $condition = $this->L2condition; $condition_inside = $this->L2conditionInside;