User Roles and permission is not getting reflected through acl (.yaml)
Hi @16227148
I have a requirement to deny delete for some user on Experience fragment.
Initially i have denied
/content/experience-fragments/project_name/xxxx/xxxx/xxxx/
ex -
- local-ex-authors:
- path: /content/experience-fragments/project_name/xxxx
permission: deny
actions: create,modify,delete,replicate
- path: /content/experience-fragments/project_name/xxxx
permission: deny
actions: create,modify,delete,replicate
and in other file i have allowed permission ex -
- path: /content/experience-fragments/project_name/xxxx/xxxx/xxx/en_ae
permission: allow
actions: read,modify,create,replicate
privileges: jcr:addChildNodes,jcr:modifyProperties,jcr:removeChildNodes
permission: allow
actions: read,modify,create,replicate
privileges: jcr:addChildNodes,jcr:modifyProperties,jcr:removeChildNodes

Applied modify to parent but child is not getting checkbox checked.
Thanks for help!!