cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Role -Failing in Move

suryapst
Champ in-the-making
Champ in-the-making

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 2

jpotts
World-Class Innovator
World-Class Innovator

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
Champ in-the-making
Champ in-the-making

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>