Forum Discussion

kc's avatar
kc
Ace
11 years ago

Permission required to read 'profile.language' settings of a board in custom component

The following freemarker works when the user has 'update_community' permission.

 

<#assign language_code = rest("/nodes/type/key/board/id/" + coreNode.id + "/settings/name/profile.language").value />

 

What other permission besides 'update_community' also allows reading the 'profile.language' setting of the node?  I've tested that 'update_category' permission does not allow ready 'profile.language' settings.

 

Thanks,

kc