mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Thanks god for strict acl. Ticket#3391
This commit is contained in:
parent
daae8b9088
commit
dc051c0c09
@ -350,8 +350,10 @@ class Tree {
|
|||||||
// Get the agents of a group
|
// Get the agents of a group
|
||||||
case 'group':
|
case 'group':
|
||||||
if (empty($rootID) || $rootID == -1) {
|
if (empty($rootID) || $rootID == -1) {
|
||||||
if ($this->strictACL)
|
|
||||||
return false;
|
// Strict acl specifications
|
||||||
|
/*if ($this->strictACL)
|
||||||
|
return false;*/
|
||||||
|
|
||||||
$columns = 'tg.id_grupo AS id, tg.nombre AS name, tg.parent, tg.icon';
|
$columns = 'tg.id_grupo AS id, tg.nombre AS name, tg.parent, tg.icon';
|
||||||
$order_fields = 'tg.nombre ASC, tg.id_grupo ASC';
|
$order_fields = 'tg.nombre ASC, tg.id_grupo ASC';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user