Entity Access by role is a handy feature. This is often done by modules via permissions, but is not always present. In #2969589: How to configure so that RAC only controls who can _edit_ content, the ability for anonymous access was brought up Advanced Access didn't have a solution for this. In #2969621: Include a Anonymous Access provider that functionality was developed such that granting access to anonymous users is supported. RAC should extend this functionality in order to provide per role access to entities based on the entities type or bundle.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 2974418-3-provide-entity-type-level-role-configuration.patch | 5.02 KB | richgerdes |
| #4 | 2974418-3-4-interdiff.txt | 735 bytes | richgerdes |
Comments
Comment #2
richgerdesWith patch in #2969621-14: Include a Anonymous Access provider this should now be possible. The attached patch provides this function. Once the solution for #2969621: Include a Anonymous Access provider lands, this patch can be fully tested and merged.
Comment #3
richgerdesAdding a follow up to #2969621-16: Include a Anonymous Access provider, which added a setting to control record generation for unpublished content. This patch needed to be adjusted to work with the new functionality.
Comment #4
richgerdesI found a small bug which caused the form to be wiped and the results not to be saved, following adding the unpublished functionality. The attached patch fixes this.
Comment #6
richgerdesThis has been committed and pushed.