feat: refs #8304 add ACL entry for WorkerDms with high privileges #3353

Open
jtubau wants to merge 8 commits from 8304-workerChangesAndFixes into dev
1 changed files with 4 additions and 1 deletions
Showing only changes of commit b20dee8382 - Show all commits

View File

@ -13,7 +13,10 @@
}, },
"workcenterFk" : { "workcenterFk" : {
"type": "number" "type": "number"
} },
"notes" : {
"type": "string"
}
}, },
"relations": { "relations": {
"worker": { "worker": {