inspection create

This commit is contained in:
Julian Krauser 2025-05-15 14:11:33 +02:00
parent ee700d9e02
commit b359044cb5
12 changed files with 799 additions and 7 deletions

View file

@ -135,6 +135,7 @@ export const useNavigationStore = defineStore("navigation", {
...(abilityStore.can("read", "unit", "inspection_plan")
? [{ key: "inspection_plan", title: "Prüfpläne" }]
: []),
...(abilityStore.can("create", "unit", "inspection") ? [{ key: "inspection", title: "Prüfungen" }] : []),
],
},
configuration: {