Deprecated absencerequests as non Standard Entity

Added Respective Rights
Changes to show title
This commit is contained in:
2024-12-25 17:00:09 +01:00
parent 325d25034d
commit 1a79f9dbd9
7 changed files with 69 additions and 9 deletions

View File

@@ -102,11 +102,11 @@ const links = computed(() => {
to: "/workingtimes",
icon: "i-heroicons-clock"
}] : [],
{
... role.checkRight("absencerequests") ? [{
label: "Abwesenheiten",
to: "/absenceRequests",
to: "/standardEntity/absencerequests",
icon: "i-heroicons-document-text"
},
}] : [],
]
},
... profileStore.ownTenant.features.accounting ? [{