Add device show all which allows a domain administrator the option to see all devices on the entire system.
This commit is contained in:
@@ -120,6 +120,9 @@
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'device_profile_domain';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'device_show_all';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
|
||||
//schema details
|
||||
$y = 0; //table array index
|
||||
|
||||
Reference in New Issue
Block a user