AEM custom sling:resourceType permission issue | Community
Skip to main content
Level 2
September 10, 2018
Solved

AEM custom sling:resourceType permission issue

  • September 10, 2018
  • 1 reply
  • 924 views

Hi

In AEM 6.4 I have created a custom sling:resourceType(customfield)which has two fields - custom text and custom pathbrowser.

However in contributor group, i see that this custom resourceType doesn't have read permission for custom text and custom pathfield by default.

Path: /apps/myproject/components/granite/ui/components/coral/customfield

Node structure for resourceType:

customfield--> resourceSuperType: granite/ui/components/coral/foundation/form/field  (Has read permission by default)

     config-->nt:unstructured (Has read permission by default)

          custom text--> resourceType: granite/ui/components/coral/foundation/form/textfield  --> (No read permission )

          custom url --> resourceType:granite/ui/components/coral/foundation/form/pathbrowser --> (No read permission)

render.jsp

Any help will be really appreciated.

Thanks

Hina

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by joerghoh

with CRXDE Lite you can inspect what ACLs are applied to these nodes. Also I would rather avoid whitespace in resource types.

Jörg

1 reply

joerghoh
Adobe Employee
joerghohAdobe EmployeeAccepted solution
Adobe Employee
September 11, 2018

with CRXDE Lite you can inspect what ACLs are applied to these nodes. Also I would rather avoid whitespace in resource types.

Jörg