Remove privilege on a document
Hi, the documents inherit permissions from the parent folder. I need to have only the creator's document to have remove privilege on his document. So someone creates a document and he's the only one supposed to be able to move or remove it. And he cannot remove someone else's document in the same folder. He is given remove privilege on his document but he cannot move it because the parent folder does not have remove privilege.
What would be the best way to arrange permissions for that to work this way ?
Thanks
For the first part, you could add an event handler for the creation of such a document and update ACLs as you wish.
ReadWrite implies Remove. If you deny the Remove right to such a user, he should not be able to delete this document. I m not sure about the second part.