cancel
Showing results for 
Search instead for 
Did you mean: 

New Permission/Role with Delete option

missionecm
Champ in-the-making
Champ in-the-making
Hi,

I have created a new custom permissionGroup in the permissionDefinition.xml with delete option like below

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

This has been added in the permissionSets cm:content and cm:folder.

Now if i restarted the server.
1. Invited the user with the myModerator Role/Permission to a folder.
2. The User can log in and access the folder but can't see the delete icon.
3. Now, I have restared the server with index.recovery.mode=FULL in global props file.
4. The User able to see the delete option to all the contents in the space. (Mean this is working)
5. Now, I have given the permission to a/same user to another space
6. he can able to see the delete option to the node and children space , and <b>Some of the child contents</b> not to all the contents in the  space and contents in the child spaces.

Can any one please  help in this

best regards,
Maruti Prasad.
2 REPLIES 2

missionecm
Champ in-the-making
Champ in-the-making
The below option is working fine

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

Can any one pls validate this is this correct solution?

Thanks.
Maruti Prasad

missionecm
Champ in-the-making
Champ in-the-making
No,

Still problems. Actually the Moderator can't see the delete for existing documents. But he can now able to see delete option to documents which are created after moderator role assignment.

There are several issues like multi lingual and association etc.. but i need delete option to be displayed to all items, As coordinator can delete any item..

Thanks
Maruti Prasad.