Only seeing relationship in one direction despite bidirectional relationship
Hi everyone,
I'm trying to use relationships to relate translated pages, but for some reason the (bidriectional) relationship is only showing up on one language. I'm using the standard xslt:
First off, I posted inaccurate code above. I should have removed
[@parentId = $currentPage/@id]
from the first line.
Second, I was only checking to see what the child relation was, where I should have been also comparing the parent. So I used an if statement to see which one I was dealing with:
Only seeing relationship in one direction despite bidirectional relationship
Hi everyone,
I'm trying to use relationships to relate translated pages, but for some reason the (bidriectional) relationship is only showing up on one language. I'm using the standard xslt:
I've verified that the relationship is indeed dual, and I'm just completely stumped.
Thanks for any help!
Dave
I figured it out
First off, I posted inaccurate code above. I should have removed
from the first line.
Second, I was only checking to see what the child relation was, where I should have been also comparing the parent. So I used an if statement to see which one I was dealing with:
is working on a reply...