diff --git a/app/destinations/app_config.php b/app/destinations/app_config.php index 04f7af5d54..d407c48c9c 100644 --- a/app/destinations/app_config.php +++ b/app/destinations/app_config.php @@ -120,6 +120,9 @@ $apps[$x]['permissions'][$y]['name'] = "destination_context"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; + $apps[$x]['permissions'][$y]['name'] = "destination_cid_name_prefix"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; $apps[$x]['permissions'][$y]['name'] = "destination_record"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; @@ -147,10 +150,6 @@ $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; - $apps[$x]['permissions'][$y]['name'] = "other_destinations"; - $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; - $apps[$x]['permissions'][$y]['groups'][] = "admin"; - $y++; //default settings $y = 0;