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++;