Active
Project:
Field Permissions
Version:
8.x-1.0-beta4
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 May 2020 at 13:11 UTC
Updated:
28 May 2020 at 19:56 UTC
Jump to comment: Most recent
Comments
Comment #2
jhedstromThis module leverages
hook_entity_field_accessto apply the access checks, so you could write custom code that explicitly allows permission for published contents. This code could implementhook_entity_field_access_alterto override the access denied by this module.