mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-26 03:19:05 +02:00
Fix ACL for ncm
This commit is contained in:
parent
ddee99b016
commit
49df65e69a
@ -256,6 +256,10 @@ function groups_combine_acl($acl_group_a, $acl_group_b)
|
|||||||
'vconsole_edit' => 1,
|
'vconsole_edit' => 1,
|
||||||
'vconsole_management' => 1,
|
'vconsole_management' => 1,
|
||||||
'tags' => 1,
|
'tags' => 1,
|
||||||
|
'network_config_view' => 1,
|
||||||
|
'network_config_edit' => 1,
|
||||||
|
'network_config_management' => 1,
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
foreach ($acl_group_a['tags'] as $key => $value) {
|
foreach ($acl_group_a['tags'] as $key => $value) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user