From f665fe9d07526b2471a844a94271928b5818c86d Mon Sep 17 00:00:00 2001 From: Arturo Gonzalez Date: Thu, 16 Nov 2017 12:10:37 +0100 Subject: [PATCH] Added empty maps to flow --- pandora_console/operation/agentes/pandora_networkmap.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pandora_console/operation/agentes/pandora_networkmap.php b/pandora_console/operation/agentes/pandora_networkmap.php index 8cd2af3f84..53478a65c5 100644 --- a/pandora_console/operation/agentes/pandora_networkmap.php +++ b/pandora_console/operation/agentes/pandora_networkmap.php @@ -112,8 +112,10 @@ if (enterprise_installed()) { __('Succesfully created'), __('Could not be created'), '', true); - // Force the tab = 'list' - $tab = "list"; + $id = $result; + define("_id_", $id); + + $tab = "view"; } else if ($update_empty_networkmap) { $id_group = (int) get_parameter('id_group', 0);