cancel
Showing results for 
Search instead for 
Did you mean: 

[Resolved] Inherits Permissions

thomasberment
Champ in-the-making
Champ in-the-making
Hi !

For a file, when you remove the inheritance of permissions from the parent space, you can not see that file. A user in the group of EDF_Pricer+_MOA can't see the file. Yet the permissions from the parent space and file are the same.


Permissions space :
[img]http://nsa14.casimages.com/img/2010/03/24/100324022706705909.jpg[/img]

Permissions file :
[img]http://nsa14.casimages.com/img/2010/03/24/100324022641346210.jpg[/img]

No idea ?
Thx
2 REPLIES 2

thomasberment
Champ in-the-making
Champ in-the-making
At first sight when I add permissions from a script that creates problems, as if he knew the rights that I propose.

For example in my script I do: document.setPermission ( "Delete", "GroupA");
He adds much to my doc right, but in reality I think he knows no right "Delete". I tested with "Collaborator" it is the same.

When I do the same thing with a user it works. There is a difference between a script and a user to set the permissions.

Have you an idea ?

thomasberment
Champ in-the-making
Champ in-the-making
In reality it was simply a mistake on my part, I made this manip:
document.setPermission ("Delete", "Group");

And I must do this:
document.setPermission ("Delete", "GROUP_GroupA");

Unfortunately in all or tutorial on the wiki, nothing is mentioned!

Thank you !