From ede0eca9ca17ace68b4a2e2b3aa66bfdd155402d Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 28 May 2021 13:12:16 -0600 Subject: [PATCH] Remove conference_session_view permission as a default. --- app/conference_centers/app_config.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/app/conference_centers/app_config.php b/app/conference_centers/app_config.php index 9c5854826d..1fe6e68f52 100644 --- a/app/conference_centers/app_config.php +++ b/app/conference_centers/app_config.php @@ -90,10 +90,8 @@ $apps[$x]['permissions'][$y]['groups'][] = "user"; $y++; $apps[$x]['permissions'][$y]['name'] = "conference_session_view"; - $apps[$x]['permissions'][$y]['menu']['uuid'] = "95f88726-4706-43f0-b52b-9504a0b8046f"; - $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; - $apps[$x]['permissions'][$y]['groups'][] = "admin"; - $apps[$x]['permissions'][$y]['groups'][] = "user"; + //$apps[$x]['permissions'][$y]['menu']['uuid'] = "95f88726-4706-43f0-b52b-9504a0b8046f"; + //$apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; $apps[$x]['permissions'][$y]['name'] = "conference_session_play"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; @@ -521,4 +519,4 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "end_epoch"; -?> \ No newline at end of file +?>