Hi all,
I want to create a new role which can only read the content and write the properties only, so I added a new permission group in the permissionDefinitions.xml as follows:
<permissionGroup name="PropertyEditor" expose="true" allowFullControl="false" >
<includePermissionGroup type="cm:cmobject" permissionGroup="Consumer"/>
<includePermissionGroup type="sys:base" permissionGroup="WriteProperties"/>
</permissionGroup>
However, after I restarted the alfresco, assigned a user to the role in a space, the "edit properties" button did not show up while I viewed the detail of a document.
Anyone can help ??????????????????????
I'm using 2.9 but I also tried using 2.1 but same result.
Thanks