mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Add column when user have a AW ACL. Ticket: #4193
(cherry picked from commit 14891df47f0351a3fb23ba71ecc79d53690d93bd)
This commit is contained in:
parent
4be72a9028
commit
ad838cee14
@ -783,6 +783,10 @@ if ($list_modules) {
|
||||
}
|
||||
}
|
||||
}
|
||||
else {
|
||||
if ($agent_w)
|
||||
$data[0] = '';
|
||||
}
|
||||
|
||||
if ($isFunctionPolicies !== ENTERPRISE_NOT_HOOK) {
|
||||
if ($module["id_policy_module"] != 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user