mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
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:
commit
3e69967c4d
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user