I have a content type called "test". It has a cck node ref field and cck user ref field.
I want to give the user in user ref field edit access to the node in node ref field.
Example:
admin created a node of type test and named it as "node1"
admin created a node of type test and named it as "node2"
admin created a user "user1"
node2 is child of node1 via cck node reference.
user1 is referenced in node1 via cck user reference.
user1 needs edit access to node2.
note: user1 is not the author/owner of node1 or node2.
Comments
Comment #1
ano1 commentedHello,
After installing the newest dev version of the module, I was able to achieve the dataflow you proposed in this issue. The only problem I have noticed is when a node is not published the referenced users are denied access to the node, but once published are allowed to edit it.
Thanks,
Ano1
Update: updated post with new findings
Comment #2
kenorb commentedClosed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.