List print base structure

This commit is contained in:
Julian Krauser 2025-03-19 14:38:35 +01:00
parent 25925133b8
commit 4c25969b78
4 changed files with 116 additions and 1 deletions

View file

@ -92,6 +92,7 @@ export const useNavigationStore = defineStore("navigation", {
...(abilityStore.can("read", "club", "protocol") ? [{ key: "protocol", title: "Protokolle" }] : []),
...(abilityStore.can("read", "club", "newsletter") ? [{ key: "newsletter", title: "Newsletter" }] : []),
...(abilityStore.can("read", "club", "query") ? [{ key: "query_builder", title: "Query Builder" }] : []),
...(abilityStore.can("read", "club", "listprint") ? [{ key: "listprint", title: "Liste Drucken" }] : []),
],
},
configuration: {