8389-testToMaster #3357

Merged
alexm merged 51 commits from 8389-testToMaster into master 2025-01-14 06:31:08 +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,