Merge branch 'ent-4960-9081-Error-home-screen-standard-user-con-ACL' into 'develop'

fix bug when accessing certain views as home screen

See merge request artica/pandorafms!2882
This commit is contained in:
vgilc 2019-12-10 11:42:13 +01:00
commit 3e69967c4d
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;