From 8e7a2ca5b4673127515cab7a9b2a007bbdfa9258 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Fri, 16 Jan 2015 12:03:03 +0100 Subject: [PATCH] Fixed the first page user for Dashboard. TICKET: #1588 --- pandora_console/index.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pandora_console/index.php b/pandora_console/index.php index 335b283dc9..a92726bb30 100755 --- a/pandora_console/index.php +++ b/pandora_console/index.php @@ -372,6 +372,9 @@ if (! isset ($config['id_user'])) { case 'Dashboard': $_GET["sec"] = "dashboard"; $_GET["sec2"] = ENTERPRISE_DIR.'/dashboard/main_dashboard'; + $id_dashboard_select = + db_get_value('id', 'tdashboard', 'name', $home_url); + $_GET['id_dashboard_select'] = $id_dashboard_select; break; case 'Visual console': $_GET["sec"] = "visualc";