Custom Role -Failing in Move

cancel
Showing results for 
Search instead for 
Did you mean: 
suryapst
Member II

Custom Role -Failing in Move

I have created a new role by updating permissions.xml when I test the role i am failing at moving a doc or Folder...any suggestions on this ..please..My test case tells me as you dont have any permission to do so

2 Replies
jpotts
Professional

Re: Custom Role -Failing in Move

You'll have a better chance of getting help if you provide as much context and detail as possible. A simple example would be attaching your permissions.xml and the error message you are seeing when you do the move. Including things you've referenced or ideas you've tried are also helpful.

suryapst
Member II

Re: Custom Role -Failing in Move

so my permission xml looks like this

permissionGroup name="Newadmin" type="sc:object" expose="false" allowFullControl="false">
    <includePermissionGroup permissionGroup="Read" type="ecm:object" />
    <includePermissionGroup permissionGroup="Write" type="sys:base" />
    <includePermissionGroup permissionGroup="AddChildren" type="sys:base"/>
    <includePermissionGroup type="sys:base" permissionGroup="DeleteChildren"/>

</permissionGroup>