From 2b53650f1b40a13705fe58644a4d10071757dc66 Mon Sep 17 00:00:00 2001 From: marco370 <48531002-marco370@users.noreply.replit.com> Date: Fri, 17 Oct 2025 08:25:32 +0000 Subject: [PATCH] Rename advanced planning page and set default vehicle location Update sidebar navigation and page title from "Pianificazione Avanzata" to "Gestione Pianificazioni". Add a default 'roccapiemonte' location to the vehicle model in client/src/pages/vehicles.tsx. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 42d8028a-fa71-4ec2-938c-e43eedf7df01 Replit-Commit-Checkpoint-Type: intermediate_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/6d543d2c-20b9-4ea6-93fe-70fe9b1d9f80/42d8028a-fa71-4ec2-938c-e43eedf7df01/kxc8yZp --- client/src/components/app-sidebar.tsx | 2 +- client/src/pages/advanced-planning.tsx | 2 +- client/src/pages/vehicles.tsx | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/client/src/components/app-sidebar.tsx b/client/src/components/app-sidebar.tsx index 061b14b..64f5846 100644 --- a/client/src/components/app-sidebar.tsx +++ b/client/src/components/app-sidebar.tsx @@ -50,7 +50,7 @@ const menuItems = [ roles: ["admin", "coordinator"], }, { - title: "Pianificazione Avanzata", + title: "Gestione Pianificazioni", url: "/advanced-planning", icon: ClipboardList, roles: ["admin", "coordinator"], diff --git a/client/src/pages/advanced-planning.tsx b/client/src/pages/advanced-planning.tsx index b7f6202..2867cf3 100644 --- a/client/src/pages/advanced-planning.tsx +++ b/client/src/pages/advanced-planning.tsx @@ -35,7 +35,7 @@ export default function PlanningPage() {
Gestisci formazione, assenze e festività per ottimizzare la pianificazione turni
diff --git a/client/src/pages/vehicles.tsx b/client/src/pages/vehicles.tsx index 26dc322..82f35f0 100644 --- a/client/src/pages/vehicles.tsx +++ b/client/src/pages/vehicles.tsx @@ -130,6 +130,7 @@ export default function Vehicles() { brand: "", model: "", vehicleType: "car", + location: "roccapiemonte", year: undefined, assignedGuardId: null, status: "available",