When logged in user is trying to create a node his access is denied even if he has appropriative permissions. This is happening because function _node_resource_access does not load $node object if operation is 'create'
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | services-723192.patch | 795 bytes | ygerasimov |
| node_resource.module._node_resource_access.patch | 471 bytes | ygerasimov |
Comments
Comment #1
robloachMight be able to combine the ifs...
Comment #2
ygerasimov commentedDear Rob, Thank you for your comments. Yes, combination is more elegant.
Comment #3
gddCommitted, thanks