diff --git a/app/destinations/app_config.php b/app/destinations/app_config.php index 313e53609e..d4e3d97a84 100644 --- a/app/destinations/app_config.php +++ b/app/destinations/app_config.php @@ -171,6 +171,10 @@ $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; + $apps[$x]['permissions'][$y]['name'] = "destination_map"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; + $y++; //default settings $y = 0;