mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch 'ent-4424-error-acceso-con-sin-acl-enterprise' into 'develop'
Fixed agent detail events permission See merge request artica/pandorafms!2620
This commit is contained in:
commit
f5349e7723
@ -1559,8 +1559,11 @@ switch ($tab) {
|
|||||||
include 'estado_monitores.php';
|
include 'estado_monitores.php';
|
||||||
echo "<a name='alerts'></a>";
|
echo "<a name='alerts'></a>";
|
||||||
include 'alerts_status.php';
|
include 'alerts_status.php';
|
||||||
echo "<a name='events'></a>";
|
// Check permissions to read events
|
||||||
include 'status_events.php';
|
if (check_acl($config['id_user'], 0, 'ER')) {
|
||||||
|
echo "<a name='events'></a>";
|
||||||
|
include 'status_events.php';
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'data_view':
|
case 'data_view':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user