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') { if (acl.principalType == 'ROLE' && acl.permission == 'ALLOW') {
const staticAcl = { const staticAcl = {
model: model.name, model: model.name,
property: '*', property: acl.property,
accessType: acl.accessType, accessType: acl.accessType,
permission: acl.permission, permission: acl.permission,
principalType: acl.principalType, principalType: acl.principalType,