コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

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 受け入れられたソリューション

Avatar

正解者
Community Advisor

Hi,

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

Thanks

Veena

元の投稿で解決策を見る

1 返信

Avatar

正解者
Community Advisor

Hi,

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

Thanks

Veena