mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-25 19:09:08 +02:00
Merge branch 'ent-9166-13760-guardia-usuario-no-ve-vista-ncm' into 'develop'
Fix ACL for ncm See merge request artica/pandorafms!4966
This commit is contained in:
commit
9bb8d4cc8b
@ -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