Tuesday 09 June 2009 7:50:05 am
Hi ,
I have use the field related objects to rely a object to multiples objects.
Then I try to fecth all the related object.
So I use the fecth function with 'related_objects' like this :
{def $links = fetch( 'content', 'reverse_related_objects', hash( 'object_id', $keyword.node_id ))} {def $links2 = fetch( 'content', 'related_objects', hash( 'object_id', $keyword.node_id ))} I tryed related and reverse_related ....
But it did not work. Is it because its' a multiples related object ? Plus , I can see in the back office the related objects , so I guess there is a way to do it.... Thanks for your help ...
|