diff --git a/core/groups/app_config.php b/core/groups/app_config.php index db8410611c..630b11cae5 100644 --- a/core/groups/app_config.php +++ b/core/groups/app_config.php @@ -76,6 +76,9 @@ $y++; $apps[$x]['permissions'][$y]['name'] = "group_permission_delete"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "view_groups"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; //schema details $y=0;