I found that users were not given access to editable fields in a node view unless they had the 'Bypass content access control' permission. I think users should have access to editable fields if they have access to edit the entity to which the fields are attached.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | editablefields-3247569-1.patch | 579 bytes | kleinmp |
Issue fork editablefields-3247569
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
Comment #2
kleinmp commentedPatch
Comment #6
gilmordHi, @kleinmp
Nice catch, thank you!
I have pushed the fix to the dev version, please review and get back with the feedback.
Can I ask you to use the new flow with the forks and merge requests instead of patches for future issues?
Here is MR example: https://git.drupalcode.org/project/editablefields/-/merge_requests/2
You can use it as a patch like this:
https://git.drupalcode.org/project/editablefields/-/merge_requests/2.patch
Or this:
https://git.drupalcode.org/project/editablefields/-/merge_requests/2.diff
Thanks again!
Comment #7
gilmordReleased beta2 with this fix