updated rimo type map

This commit is contained in:
2025-09-17 14:44:48 +02:00
parent afe533bf4f
commit f835bfbfdd
2 changed files with 3 additions and 3 deletions

View File

@@ -1837,7 +1837,7 @@ class PreorderController extends mfBaseController {
}
public function RimoTypeMapAction() {
Helper::renderVue($this, "PreorderRimoTypeMap", "PreorderRimoTypeMap", [
Helper::renderVue($this, "PreorderRimoTypeMap", "Rimo Typen Karte", [
"MAPBOX_KEY" => TT_MAPBOX_TILE_API_TOKEN,
"USER_ID" => $this->me->id,
"ALL_USERS" => array_map(fn($u) => ["id" => $u->id, "name" => $u->name], UserModel::getAll()),