Added some columnrenderings

Added InventoryitemGroups
Removed some stuff from dataStore
This commit is contained in:
2025-02-25 23:01:00 +01:00
parent f1e50f7c38
commit 96341185c0
10 changed files with 290 additions and 40 deletions

View File

@@ -149,6 +149,19 @@ export const useRole = () => {
label: "Inventarartikel erstellen",
parent: "inventoryitems"
},
inventoryitemgroups: {
parent: "inventoryitems",
label: "Inventarartikelgruppen",
showToAllUsers: false
},
"inventoryitemgroups-viewAll": {
label: "Alle Inventarartikelgruppen einsehen",
parent: "inventoryitemgroups"
},
"inventoryitemgroups-create": {
label: "Inventarartikelgruppen erstellen",
parent: "inventoryitemgroups"
},
absencerequests: {
label: "Abwesenheiten",
showToAllUsers: false