/content_lock

This module locks the content during edition to prevent concurrent editions on your Backdrop CMS site

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

Content Lock

The purpose of this module is to avoid the situation where two people are editing a single node at the same time. This module implements a pessimistic locking strategy, 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. Content locks that have been "forgotten" can be automatically releasedafter a configurable time span using the bundled content_lock_timeout sub module.

Installation

Issues

Bugs and feature requests should be reported in the Issue Queue.

Current Maintainers

Credits

License

This project is GPL v2 software. See the LICENSE.txt file in this directory for complete text.