From ff27862bdd4d705c699593c58b226335b1941718 Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Fri, 21 Feb 2025 17:33:03 +0100 Subject: [PATCH] Added standard phases to projecttype creation --- pages/projecttypes/[mode]/[[id]].vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/projecttypes/[mode]/[[id]].vue b/pages/projecttypes/[mode]/[[id]].vue index 1605044..928ea7d 100644 --- a/pages/projecttypes/[mode]/[[id]].vue +++ b/pages/projecttypes/[mode]/[[id]].vue @@ -32,7 +32,7 @@ const toast = useToast() const mode = ref(route.params.mode || "show") const itemInfo = ref({ name: "", - initialPhases: [{label:'',icon:''}] + initialPhases: [{ "key": "f31f6fcb-34d5-41a0-9b8f-6c85062f19be", "icon": "i-heroicons-clipboard-document", "label": "Erstkontakt", "active": true, "quickactions": [] }, { "key": "41995d1f-78fa-448b-b6ea-e206645ffb89", "icon": "i-heroicons-wrench-screwdriver", "label": "Umsetzung", "quickactions": [] }, { "key": "267e78ac-9eab-4736-b9c8-4b94c1724494", "icon": "i-heroicons-document-text", "label": "Rechnungsstellung", "quickactions": [] }, { "key": "038df888-53f2-4985-b08e-776ab82df5d3", "icon": "i-heroicons-check", "label": "Abgeschlossen", "quickactions": [] } ] }) const oldItemInfo = ref({})