Changes in Rights and Roles
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user