8356-devToTest #3339

Merged
alexm merged 35 commits from 8356-devToTest into test 2025-01-07 08:37:57 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c80ce7d7a7 - Show all commits

View File

@ -19,7 +19,7 @@ module.exports = Self => {
if (acl.principalType == 'ROLE' && acl.permission == 'ALLOW') {
const staticAcl = {
model: model.name,
property: '*',
property: acl.property,
accessType: acl.accessType,
permission: acl.permission,
principalType: acl.principalType,