i recently discovered Alfresco and i want to extend it. In a use-case I want to change the behavior of a node creation. All user are assigned to a group. I want to check whether the user has a specific role on the parent directory. If this is the case, I want to change the owner to the group the user belongs to. i dont know where to start… actions, behaviors or aspects?
The user belongs to a group of which he inherits the role/permissions for a special directory. If he creates a node in the folder, he is the owner and not the group. I want to make the group the owner of the node. that's it