I created a component in AEM and gave author permission to couple of users. When they are trying to edit its giving “null” where as users with admin access are able to view and edit without any issue | Adobe Higher Education
Skip to main content
Level 2
January 24, 2022
Respondido

I created a component in AEM and gave author permission to couple of users. When they are trying to edit its giving “null” where as users with admin access are able to view and edit without any issue

  • January 24, 2022
  • 2 respostas
  • 1773 Visualizações

I have created a component in AEM 6.5.8 and gave author permissions to users. When they try to edit the component it shows “Null” and where as user with admin access is able to view and edit component without any issue. When checked the log files it shows it’s treating author users as anonymous users. Can some one please help me with this issue, thank you 

Este tópico foi fechado para respostas.
Melhor resposta por sudeshb1607

@itsmevink Those user need to have more permissions in the  content tree. Add them to contributor group and/or any other custom groups which has proper permissions of both. Also if your component writes something on nodes outside /content then check if those permission is required or not to see the content.

2 Respostas

Varun_Shakya
Community Advisor
Community Advisor
January 25, 2022

Did u try adding your User in any other group, Try "content-authors" group and check.

sudeshb1607
sudeshb1607Resposta
Level 2
January 28, 2022

@itsmevink Those user need to have more permissions in the  content tree. Add them to contributor group and/or any other custom groups which has proper permissions of both. Also if your component writes something on nodes outside /content then check if those permission is required or not to see the content.