Install
Works with Drupal: ^8 || ^9Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
12.58 KB
MD5: 10a2003f1d9b3c3bad5dc9e3c2ad9d7c
SHA-1: a582b7c3bd1af97d094010bd54325787c3a0c11f
SHA-256: e560504e115d14df5f52a4bb84d5b9f5ce7d74119764efed16cb1d0b50173404
Download zip
18.4 KB
MD5: e12ce4c2678e60e758bdeae1933ac10c
SHA-1: 806364913e7bde4d11491b7d89962335e6d6db40
SHA-256: cca3a7a0396221fe1857525b1e0474dc2d9642cb917b0c075b8d9768f2a6cb58
Release notes
- Move towards using the module name as a realm prefix. Following the undocumented drupal naming convention of using snakecase for all realms.
- Remove reliance on the workflow transitions for "update" operations. They only provide neutral access rather than allowed, so should not be used to determine if the user can update content. See content_moderation_entity_access.
- Provide a new UpdatableFilter views filter which can be used to restrict to only content which the user can update (Insipired by https://www.drupal.org/project/views_node_access_filter).