R. McDowell
R. McDowell

Reputation: 41

Is it possible to require checkout in Alfresco?

Is it possible to configure Alfresco to always require that a file be checked out before it can be updated?

Upvotes: 0

Views: 61

Answers (1)

Andreas Steffan
Andreas Steffan

Reputation: 6159

Behaviours can do the trick. You definitely want to leverage ContentServicePolicies.OnContentPropertyUpdatePolicy. You might need CheckOutCheckInServicePolicies.OnCheckIn as well.

Upvotes: 2

Related Questions