From f770923e1d88d24fc2a00b2d3e14727c210302fc Mon Sep 17 00:00:00 2001 From: konradSC Date: Sat, 18 Mar 2017 19:53:30 -0400 Subject: [PATCH] Update app_config.php (#2436) Add Paging List key function for Yealinks --- app/devices/app_config.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/devices/app_config.php b/app/devices/app_config.php index 546dd940f2..32a23a5220 100644 --- a/app/devices/app_config.php +++ b/app/devices/app_config.php @@ -1006,6 +1006,12 @@ $vendors[$y]['functions'][$z]['groups'][] = "superadmin"; $vendors[$y]['functions'][$z]['groups'][] = "admin"; $z++; + $vendors[$y]['functions'][$z]['label'] = "label-paging_list"; + $vendors[$y]['functions'][$z]['name'] = "paging_list"; + $vendors[$y]['functions'][$z]['value'] = "66"; + $vendors[$y]['functions'][$z]['groups'][] = "superadmin"; + $vendors[$y]['functions'][$z]['groups'][] = "admin"; + $z++; $y++; //vendors array index $z=0; //functions array index