Skip to content

Prevents multiple users from trying to edit a single node simultaneously to prevent edit conflicts on your Backdrop CMS site

License

Notifications You must be signed in to change notification settings

robertgarrigos/content_lock

 
 

Repository files navigation

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.

About

Prevents multiple users from trying to edit a single node simultaneously to prevent edit conflicts on your Backdrop CMS site

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • PHP 63.3%
  • JavaScript 36.7%