From ac0d1f3f48ecedbf0024960e9a573e79f7976131 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 31 May 2016 10:03:46 -0600 Subject: [PATCH] Update app_config.php Add the device_key_id permission. --- app/devices/app_config.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/devices/app_config.php b/app/devices/app_config.php index 2656f73791..0dfb63bce6 100644 --- a/app/devices/app_config.php +++ b/app/devices/app_config.php @@ -115,6 +115,10 @@ $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; $apps[$x]['permissions'][$y]['groups'][] = 'admin'; $y++; + $apps[$x]['permissions'][$y]['name'] = 'device_key_id'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; + $y++; $apps[$x]['permissions'][$y]['name'] = 'device_key_delete'; $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; $apps[$x]['permissions'][$y]['groups'][] = 'admin'; @@ -511,4 +515,4 @@ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; -?> \ No newline at end of file +?>