cancel
Showing results for 
Search instead for 
Did you mean: 

Allow Content Contrib. deleting files owned by other users

heinrich_franz
Champ in-the-making
Champ in-the-making
Hi there,

I would like to give a Content Contributor the right to delete files and folders owned by Content Managers with the normal submit/approval concept. Therefore I changed the permission group of the collaborator in permissionDefinition.xml:

     <permissionGroup name="Collaborator" allowFullControl="false" expose="true">
         <includePermissionGroup permissionGroup="Editor" type="cm:cmobject" />
         <includePermissionGroup permissionGroup="Contributor" type="cm:cmobject" />
          <includePermissionGroup permissionGroup="Delete" type="sys:base" />
      </permissionGroup>

Unfortunately the users now can delete the deployment servers and make other edit changes to the web project. Do anybody have an idea how to restrict the delete rights only to files in the sandbox etc.? Thanks in advance!

Heinrich
1 REPLY 1

zaizi
Champ in-the-making
Champ in-the-making
Did you try restricting the delete permissions to only cmSmiley Surprisedbject rather than sys:base? These are files / folders.