Expand my Community achievements bar.

SOLVED

permission issues for cq:annotations

Avatar

Level 2

Hi There,

I am trying to set modify permission for cq:annotation while I am having read permissions set for the page.

            - path: /content/geometrixx/${locale}

              permission: allow

              actions: read

            - path: /content/geometrixx/${locale}

              permission: allow

              privileges: rep:write

              restrictions:

                rep:glob: '*/cq:annotations/*'

              keepOrder: true

but since I have set read permissions, it is not allowing to create annotation. Is there anything I am missing in this or one of the limitation of AEM

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

     To create/modify content on any node, You need "Edit" permissions for that node .

Thanks

Veena

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi,

     To create/modify content on any node, You need "Edit" permissions for that node .

Thanks

Veena