minor v1.6.0 #106

Merged
jkeffects merged 16 commits from develop into main 2025-06-06 07:36:01 +00:00
Showing only changes of commit f6252901cd - Show all commits

View file

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