Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.43 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.43 KB

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.