Active
Project:
Content Construction Kit (CCK)
Version:
6.x-2.1
Component:
Views Integration
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Jan 2009 at 21:29 UTC
Updated:
10 Feb 2010 at 12:07 UTC
I'm using a View with a relationship for the allowed values of a node reference field.
I want to use the nid of the node that is acquired through the relationship, but it keeps returning the nid of the node that is not.
Is there something I'm missing? or is the allowed values Views integration just not allow this?
Comments
Comment #1
corey.aufang commentedI realize that I might not have given enough information.
I have three content types, Client, Project, and Time.
Client is just a standard node type, no additional fields.
Project is a Organic Group node type with an additional node reference field that references a Client node.
Time is a standard node type with a node reference that I want to be limited to Client nodes that are node referenced by Projects that the user is a member of.
I have the view setup to provide the nid and title of the Client node referenced by the Projects that the user is a member of, but the nid that is provided in the drop down is that of the project.
Any ideas?
Comment #2
Ghostthinker commentedSame here. I use a view for the allowed values and it gives me wrong results. All allowed nids are there but the rendered field is wrong. I found out that in cck, when the view for the node reference field is been called, the mix up happens when $view->execute_displayis called. very, very strange.