Install
Works with Drupal: ^8 || ^9Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
37.03 KB
MD5: d522fd8e928811a674bd013638e4099a
SHA-1: 2170bd030b8e527c6fd4923362d98d72165bae06
SHA-256: f5780a406bb562e6aa6a1e48ede48a7ba13d9b7178d274ee337a928089b5af42
Download zip
60.95 KB
MD5: d9624ed73d0c0cae156c34a50cc126c9
SHA-1: 4300cfa293215e115f39fab30ae41e6ce99545d7
SHA-256: df027b10e280e6d10f21704b71cbeb570776dde3354b71e07cd615331fa30135
Release notes
A number of bug fixes and new features, including support for the Entity API module's query access handler, and a new GetStringRepresentation method that can be used to define how storage entities should mapped into strings. Also includes a new name_pattern property on storage bundles, to allow a site builder to use tokens to define how the "name" of a storage entity will be constructed.
Contributors (3)
Changelog
Issues: 6 issues resolved.
Changes since 1.0.2:
Bug
- #3229271 by Les Lim, mxh: Per-bundle create/edit/delete permissions are ignored
- #3231942 by nanak: Wrong namespace in the rabbit hole extender causes fatal error
Feature
- #3239364 by mxh: Implement contrib Entity API's query access handler
- #3238797 by mxh: Make the status field configurable