Hello all,
this seems like a bug, please correct me if im wrong.
i have view that displays a table view of node type (match)
each node type have 2 different node reference cck fields
(local team , visitor team) from another node type (team)
i want to display the image of each referenced node
(relationships to the rescue)
so i create 2 relationships:
1 - local team relationship
2 - visitor team relationship
when a add the image field from each referenced node(team) using this previous relationships,
the second image field column appers equal as the fist field column added.
It seems like the relationships are working fine but at the moment of display the second field in the table are taking the same value as the first.
Anybody experiencing the same behavior?
Comments
Comment #1
merlinofchaos commentedIf this only happens for the image field then you should file this bug against imagefield module.
Comment #2
carlosg2 commentedThanks, I doble check that with different cck fields.
And its not only with image field, but with any fields that apeers in the referenced nodes. (numeric, text, etc)
I cant retrive the "same field" using different relations, because only display the second field value as the fist one in the fileld's display order.
What do you think about this?
Comment #3
merlinofchaos commentedDoes quicksketch's patch in http://drupal.org/node/317271#comment-1459264 fix this?
Comment #4
carlosg2 commentedYes!
Remarkable support effort behind this module.
Many thanks.
Comment #5
merlinofchaos commentedGood news. Marking this a dup.