Special permission for user_group

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

Special permission for user_group

Jump to solution

Hello.

I need to block some properties in document

Can I add permission for some group of users to update only few properties of document, such as description, but to block other attributes, allow only to read them.

Alfresco 5.1

Thank you.

1 Solution

Accepted Solutions
afaust
Master

Re: Special permission for user_group

Jump to solution

Alfresco does not support blocking partial sets of properties based on permissions. You would have to implement something with regards to this yourself from scratch using AOP interceptors on the NodeService.

View solution in original post

1 Reply
afaust
Master

Re: Special permission for user_group

Jump to solution

Alfresco does not support blocking partial sets of properties based on permissions. You would have to implement something with regards to this yourself from scratch using AOP interceptors on the NodeService.