fix bug when accessing certain views as home screen

This commit is contained in:
alejandro-campos 2019-11-13 11:24:25 +01:00
parent 76d9ca9db5
commit 8c046ecdc6
1 changed files with 3 additions and 3 deletions

View File

@ -520,17 +520,17 @@ if (! isset($config['id_user'])) {
break;
case 'Group view':
$_GET['sec'] = 'estado';
$_GET['sec'] = 'view';
$_GET['sec2'] = 'operation/agentes/group_view';
break;
case 'Alert detail':
$_GET['sec'] = 'estado';
$_GET['sec'] = 'view';
$_GET['sec2'] = 'operation/agentes/alerts_status';
break;
case 'Tactical view':
$_GET['sec'] = 'estado';
$_GET['sec'] = 'view';
$_GET['sec2'] = 'operation/agentes/tactical';
break;