Deprecated Events as non Standard Entity

Repaired query
Reparied Document Show
This commit is contained in:
2024-12-27 11:05:59 +01:00
parent 43c7148637
commit 2bda15d264
6 changed files with 161 additions and 21 deletions

View File

@@ -35,7 +35,7 @@ const links = computed(() => {
}] : [],
... profileStore.ownTenant.features.calendar ? [{
label: "Termine",
to: "/events",
to: "/standardEntity/events",
icon: "i-heroicons-calendar-days"
}] : [],
{