cancel
Showing results for 
Search instead for 
Did you mean: 

Move action : 'access denied'

zomurn
Champ in-the-making
Champ in-the-making
All is in the subject.

I am a user named "toto" who logs into alfresco.
In his home folder, he can only view and edit properties of a document.
He has to be able to move document to another folder.
It implies that he can delete document in its home folder and he can write document to the destination folder.
I do this move action through a javascript (<action> tag) ; but it NEVER works :
It says "Access denied" where as the user can create content and delete content into his home folder as well as create and delete content in the destination folder of the move action.
Why I have a "access denied" so ?

The permission on the destination folder I set is :

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

Which permission do I have to set on the destination folder ?

Fortunately, it works when I am in admin
2 REPLIES 2

doc_alf
Champ in-the-making
Champ in-the-making
Hi,

I actually have the same problem as yours except that it is related to a different kind of action (javascript).

As nobody answered last november, have you find any solution since then ?

Thanks a lot

zomurn
Champ in-the-making
Champ in-the-making
Permission inheritance has the priority : you need to allow "traverse" on parent folder so as to read/write into the leaf folder (and set it with inheritance=true)