I have fused two views by their nodefamily relation: Individual Profile (parent) and Professional Profile (child). The resulting fused table view displays the title of the child node (which is what I want), but this link points to the parent node, and taxonomy terms for the child do not display. When viewing the child view, all fields display correctly.
The Parent View has 2 CCK text fields for first name and last name and the following filters:
Unexposed:
Node Type is one of Individual profile,
Exposed:
field_lastname contains
field_firstname contains
Location: proximity
The Child view has 2 fields:
Node: Title (as link)
Taxonomy: Terms for Services Provided
and the following filters:
Unexposed:
node type is professional profile
Exposed:
Taxonomy: Terms for Services Provided
Text: Contact me for (a multiple select checkbox CCK field)
Search: Index Contains
The behavior is the same in the 5.x-1.0 version as well as the Dev version for 5. I'm glad to provide any more information that could be helpful. I'll be quick to respond today.
Comments
Comment #1
fagohm, yeah it looks like this is are some of the fields that don't work properly with views_fusion - so I think I'll have to append them in the readme. I think taxonomy does a "subqueuery" that will use the wrong node id, such as the node title link.
perhaps both can be fixed - but perhaps not in a clean way. I'll have a look at it as soon as I've the time (currently not..) - and fix it if it's possible in a clean way.
Comment #2
fagoyou could try this patch, this fixes the title field link for me:
http://drupal.org/node/142714
Comment #3
sunMarking as duplicate of #142714: view_node.inc handlers not table alias safe