Reputation: 41
Is it possible to configure Alfresco to always require that a file be checked out before it can be updated?
Upvotes: 0
Views: 61
Reputation: 6159
Behaviours can do the trick. You definitely want to leverage ContentServicePolicies.OnContentPropertyUpdatePolicy. You might need CheckOutCheckInServicePolicies.OnCheckIn as well.
Upvotes: 2