I am trying to add a new profile- filefolder contributor (ffContributor)permission to only have the ability to add files and create space , but not have permission to change/email users.
I have edited PermissionDefinitions.xml and web-client-config-actions.xml and am editing web-client config actions xml.
It seems like the file can't have two true permission statements? It fails on two trues but is fine with true & false as the example at the top of the file shows.
<!– Add content –>
<action id="add_adm_content">
<permissions>
<permission allow="true">CreateChildren</permission>
<permission allow="true">ffCreateChildren</permission>
</permissions>
<label-id>add_content</label-id>
<image>/images/icons/add.gif</image>
<action>dialog:addContent</action>
<action-listener>#{AddContentDialog.start}</action-listener>
</action>