Download the PHP package chitosystems/silverstripe-editlock without Composer
On this page you can find all versions of the php package chitosystems/silverstripe-editlock. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download chitosystems/silverstripe-editlock
More information about chitosystems/silverstripe-editlock
Files in chitosystems/silverstripe-editlock
Package silverstripe-editlock
Short Description Prevents a CMS user from editing a record that another CMS user is currently editing
License BSD License
Homepage http://github.com/sheadawson/silverstripe-editlock
Informations about the package silverstripe-editlock
SilverStripe Edit Lock
Requirements
- SilverStripe ~3.1
Maintainers
Description
Prevents a CMS user from editing a record that another CMS user is currently editing, to avoid change conflicts/data loss.
Installation
Download this module into the root of your project. The module folder must be named "editlock". Run dev/build.
Usage
The module will take effect on any DataObject's standard CMS edit form out of the box. A locked object will display a readonly version of the edit form and a message explaining why it's locked and who is editing it. Editing will be re-enabled a maximum of 15 seconds after the original editor has navigated away from the edit form.
If you need to restrict locking to only specific data classes, you can specify these in your yml config as below.
Edit anyway override
Users with the "edit anyway" permission are given the option to override the lock and edit the record anyway, after being made aware of the risks. This permission can be applied to user groups in the Security section of the CMS.