From c21961922a4bd36c0f6b838dcc5c5bdcf3167390 Mon Sep 17 00:00:00 2001 From: agree <37550360+greenbea@users.noreply.github.com> Date: Mon, 18 Jan 2021 23:39:49 -0500 Subject: [PATCH] Add extension_extension permission --- app/extensions/app_config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/extensions/app_config.php b/app/extensions/app_config.php index 34e0e19316..be45dbe80c 100644 --- a/app/extensions/app_config.php +++ b/app/extensions/app_config.php @@ -84,6 +84,10 @@ $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; + $apps[$x]['permissions'][$y]['name'] = "extension_extension"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; + $y++; $apps[$x]['permissions'][$y]['name'] = "number_alias"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; //$apps[$x]['permissions'][$y]['groups'][] = "admin";