Node type issue
Opened this issue · 0 comments
alex-mnt commented
Hi everyone,
On my AEM 6.5 vanilla installation with just the HC packages installed this created permission issues when creating charts from the AEM touch UI.
AEM was not able to create the needed structure under /conf/global/settings/granite/operations path anymore.
Discovered that this was related to the type of folder that /conf/global/settings/granite/operations was created which is nt:folder and in order to fix this issue I had to change it to sling:Folder.
Please have a look at the opened PR
Kind regards,
Alex