Tasks und Vertragstyp fix #17
This commit is contained in:
@@ -31,6 +31,18 @@ export const useRole = () => {
|
||||
label: "Verträge erstellen",
|
||||
parent: "contracts"
|
||||
},
|
||||
contracttypes: {
|
||||
label: "Vertragstypen",
|
||||
showToAllUsers: false
|
||||
},
|
||||
"contracttypes-viewAll": {
|
||||
label: "Alle Vertragstypen einsehen",
|
||||
parent: "contracttypes"
|
||||
},
|
||||
"contracttypes-create": {
|
||||
label: "Vertragstypen erstellen",
|
||||
parent: "contracttypes"
|
||||
},
|
||||
plants: {
|
||||
label: "Objekte",
|
||||
showToAllUsers: false
|
||||
@@ -306,4 +318,4 @@ export const useRole = () => {
|
||||
checkRight
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user