I have requirement that field level permission should work only for unpublished Entity. All form field should be viewed by everyone irrespective of role once node is published.

do we need custom code for this ? and how to solve this thank you.

Comments

FlutterStack created an issue.

jhedstrom’s picture

This module leverages hook_entity_field_access to apply the access checks, so you could write custom code that explicitly allows permission for published contents. This code could implement hook_entity_field_access_alter to override the access denied by this module.