Add column when user have a AW ACL. Ticket: #4193
(cherry picked from commit 14891df47f
)
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…
Reference in New Issue