Community Documentation

Checkout: advanced content locking

Last updated November 30, 2009. Created by smk-ka on October 16, 2008.
Edited by LeeHunter. Log in to edit this page.

Drupal's default content locking strategy is optimistic, that is, two users may start to edit the same content and the one who is hitting the save button first wins the race, while the other is displayed a message stating this content has been modified by another user, changes cannot be saved. Depending on the number of editors in your organization this might not be an acceptable solution.

The Checkout module implements pessimistic locking, which means that content will be exclusively locked whenever a user starts editing it. The lock will be automatically released when the user submits the form or navigates away from the edit page.

nobody click here