cancel
Showing results for 
Search instead for 
Did you mean: 

Special permission for user_group

biker89
Confirmed Champ
Confirmed Champ

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 ACCEPTED ANSWER

afaust
Legendary Innovator
Legendary Innovator

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 answer in original post

1 REPLY 1

afaust
Legendary Innovator
Legendary Innovator

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.