Install
Works with Drupal: ^9 || ^10Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
43.23 KB
MD5: feafb8b2e297e4282392d8441de2e317
SHA-1: d5b88fbe8539400f72d0e23fbf40ffac73f6c173
SHA-256: 6941e358c3672ca38b5a497adf375eabe8c9d88f6810e70341f8b092e99757ca
Download zip
84.81 KB
MD5: f836f1230cee70a89cf616d815e3249d
SHA-1: 99d149e530555aae12b44292efe5887d373e862e
SHA-256: 63d2586128dce2df32be7b64b417e54eee792b3de982a334494621fdce89d57e
Release notes
Fixes:
- #3381841: In Views, the "Is Locked" field does not get updated after a lock break
- #3441549: Race condition in \Drupal\content_lock\ContentLock\ContentLock::locking() as we fetch the lock (select) and then separately create the lock (merge)
- #3396683: CKEditor5 field not getting disabled on locked form
- #3209982: Missing content_lock.api.php
- #3320771: Disable all input elements with JS lock
- #3436462: Use classname for settings_save_event_subscriber service instead of an unprefixed name
- #3063589: Wrong parameter sequence in for fetchLock()
- #3188203: Fix WSOD when no content is configured for locking
- #3094861: Make 'Break lock' views field translatable
- #3331208: Missing type in schema definition for types_js_lock setting
- #3307402: Content Lock should typehint ModuleHandler interface rather than a specific implementation
Includes:
- #3253358: Update README how to exclude forms
- #2925274: Update README For how to override strings
- #3110385: Allow hook content_lock_entity_lockable to disable locking
- #2941063: Extend test coverage
- #2951640: README file
- #3172526: Add tasks links to add Locked content view to /admin/content tabs
- #3432262: Retry tests on D9
- #3427481: Move to gitlab-ci
Thank you to all the contributors!