| Wednesday 01 December 2010 9:03:40 am 
                                                                
                                                                 hello eZcommunity, when i list subitems of a node, it seems that objects that were added as subitems from 'add location' are not included in this list.  here is my code: {def $videofiles=fetch( 'content', 'list',
        hash(    
        'parent_node_id',  $videoThema.node_id ,
        'limit',3,
        'main_node_only', false()
             ) 
    )
}main_node_only changes nothing here, true or false. What is the problem here, and how is it possible to list all objects without exclusion? i search on forums and found only this topic but with no concrete answer: 
http://share.ez.no/forums/general/object-relations-and-add-locationsthank you in advance for any help!
 |