Education views in member and config

This commit is contained in:
Julian Krauser 2025-06-02 13:57:06 +02:00
parent 3b89262ce9
commit 05ec4afadb
20 changed files with 1139 additions and 4 deletions

View file

@ -112,6 +112,9 @@ export const useNavigationStore = defineStore("navigation", {
...(abilityStore.can("read", "configuration", "qualification")
? [{ key: "qualification", title: "Qualifikationen" }]
: []),
...(abilityStore.can("read", "configuration", "education")
? [{ key: "education", title: "Aus-Fortbildungen" }]
: []),
...(abilityStore.can("read", "configuration", "executive_position")
? [{ key: "executive_position", title: "Vereinsämter" }]
: []),