User-granted update access fails for editable field
tyromind - August 10, 2009 - 22:17
| Project: | editablefields |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Ok, so I think this issue belongs here, however possibly the ACL module or editablefields.
Using rules to grant view/update/del access to a user upon saving of the node. That works fine, user is added to access list for that node, and is able to edit the node. However through editablefields and views, the user is not able to make edits on that node - as in the fields do not display as editable for the user added to the access control list, though it does for the author of the node, or the admin.

#1
That sounds like the editable field module doesn't obey the result of node_access() correctly.
#2
Try the HEAD version of the dev tree with the most recent commit. It fixes an issue of editablefields respecting node access.