From 3288c35cbf98120f0f7ed1f77a35655b7c7684d1 Mon Sep 17 00:00:00 2001 From: Arturo Gonzalez Diaz Date: Thu, 13 Aug 2015 11:39:36 +0200 Subject: [PATCH] Bug fixed in group view, now when you pick a tag, shows the correct number of agents, in tree view. Ticket#2517 --- pandora_console/operation/agentes/group_view.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pandora_console/operation/agentes/group_view.php b/pandora_console/operation/agentes/group_view.php index 29550226ed..74f614cb17 100644 --- a/pandora_console/operation/agentes/group_view.php +++ b/pandora_console/operation/agentes/group_view.php @@ -212,7 +212,8 @@ if (!empty($result_groups)) { // Total agents echo ""; if (isset($data['_is_tag_'])) { - $link = ""; + $link = ""; } else { $link = "";