fix: refs #6598 update ACL property assignment #3331

Merged
jsegarra merged 1 commits from 6598-fixAclProperty into dev 2024-12-31 11:56:20 +00:00
1 changed files with 1 additions and 1 deletions

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,