Fix ACL for ncm

This commit is contained in:
Calvo 2022-06-17 15:02:57 +02:00
parent ddee99b016
commit 49df65e69a

View File

@ -256,6 +256,10 @@ function groups_combine_acl($acl_group_a, $acl_group_b)
'vconsole_edit' => 1,
'vconsole_management' => 1,
'tags' => 1,
'network_config_view' => 1,
'network_config_edit' => 1,
'network_config_management' => 1,
];
foreach ($acl_group_a['tags'] as $key => $value) {