Currently, editablefields primarily checks entity-level access. This issue will introduces a new formatter setting: "Respect field-level edit access".

When enabled, the formatter will check field-level permissions (via hook_entity_field_access or $items->access('edit')).

If a user has permission to view the entity but not to edit that specific field, the formatter will automatically trigger the "fallback" display instead of showing the editable form.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

heyyo created an issue. See original summary.

heyyo’s picture

Status: Active » Needs review