Integration with Content Access module

Created on 20 April 2023, over 1 year ago
Updated 26 April 2023, over 1 year ago

Problem/Motivation

In Drupal 7 I often used the Rules module to update per-node content access lists using integration with the Content Access β†’ (content_access) module. An example use case is after adding a taxonomy term to a user, add that user to the allow-edit ACL of all nodes referencing the same term (by iterating through the list of nodes returned by a View).

What Content Access provides that I haven't found in another module is the ability to set View Any, View Own, Edit Any, Edit Own, Delete Any, and Delete Own by roles per entity type and optionally allow entities of an entity type to have their own ACLs by user.

I don't know what level of effort this integration involves, or if there is another/better per-node ACL method. There is a corresponding issue on the Content Access queue ✨ Expose Content Access actions to the ECA (Event-Condition-Action) module Fixed .

✨ Feature request
Status

Closed: works as designed

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States trenttati

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024