Changes in Rights and Roles

This commit is contained in:
2024-12-21 18:53:53 +01:00
parent c8521ad1f6
commit 813944fc23
10 changed files with 447 additions and 324 deletions

View File

@@ -429,7 +429,23 @@ export const useDataStore = defineStore('data', () => {
labelSingle: "Überprüfung",
redirect: true,
historyItemHolder: "check"
}
},
roles: {
label: "Rollen",
labelSingle: "Rolle",
redirect:true,
historyItemHolder: "role",
filters: [],
templateColumns: [
{
key: "name",
label: "Name"
}, {
key: "description",
label: "Beschreibung"
}
]
},
}
const documentTypesForCreation = ref({