From f22e4da6ee442b2fd5159f9f1e85c2f3f4bdd7f0 Mon Sep 17 00:00:00 2001 From: Nate Date: Fri, 27 Mar 2020 15:19:45 -0600 Subject: [PATCH] Devices & Extensions: Remove duplicate permissions. --- app/devices/app_config.php | 3 --- app/extensions/app_config.php | 3 --- 2 files changed, 6 deletions(-) diff --git a/app/devices/app_config.php b/app/devices/app_config.php index c2c066da9d..b858ba435b 100644 --- a/app/devices/app_config.php +++ b/app/devices/app_config.php @@ -258,9 +258,6 @@ $apps[$x]['permissions'][$y]['name'] = "device_vendor_function_group_delete"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; - $apps[$x]['permissions'][$y]['name'] = "device_export"; - $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; - $y++; $apps[$x]['permissions'][$y]['name'] = 'device_profile_view'; $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; //$apps[$x]['permissions'][$y]['groups'][] = 'admin'; diff --git a/app/extensions/app_config.php b/app/extensions/app_config.php index 25126ab722..be1e437c9b 100644 --- a/app/extensions/app_config.php +++ b/app/extensions/app_config.php @@ -181,9 +181,6 @@ $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; - $apps[$x]['permissions'][$y]['name'] = "extension_export"; - $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; - $y++; $apps[$x]['permissions'][$y]['name'] = "extension_all"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++;