Allow permission to export devices and extensions to be assigned to groups (#4916)

* Update app_config.php

* Update device_download.php

* Update app_config.php

* Update extension_download.php
This commit is contained in:
saraxxin
2019-11-26 10:19:25 -07:00
committed by FusionPBX
parent 35f1b972e3
commit 98ce23272a
4 changed files with 20 additions and 14 deletions
+3
View File
@@ -320,6 +320,9 @@
$apps[$x]['permissions'][$y]['name'] = 'device_profile_setting_all';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_export';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$y++;
//default settings
$y = 0;