I use Drupal 5.1 with PHP 4.4.0
I use CCK Version 1.5.
I use CCK Field Permissions 5x-1.10.
I have a content type which contains node reference fields.
The CCK Field permissions modules is working well accept node reference fields.
After a user edits a node and submit the values the node-reference fields were set to null.
The idea of this node is to have a few node reference fields which are only editable by an admin.
The other fields should be editable by the user which owns the node.
I have read the whole day everything on drupal about this topic.
I have installed CCK Field Permissions 5x-1.9 because there was a comment, that ists working but its the same problem
I have tried to understand the source code but I finally failed :-(
Has someone an idea?

Comments

hatsch’s picture

there is a similar issue with the user reference field and version 5.x.1.10
version 5.x.1.09 works.

shyamala’s picture

Has there been any updates. I too need to use node reference fields with CCK field permissions, and values get reset to null.

hedac’s picture

same problem.... :/
1.9 or 1.10

hedac’s picture

oops.. I fixed it settinh "edit own cck permissions" to true in the user access panel... for that role... so users can enter the field into the database . but they don't see it so they don't know about it.

harry slaughter’s picture

You may want to look at this patch: http://drupal.org/node/186914#comment-659964

Vidarls’s picture

Status: Active » Closed (duplicate)