| Thursday 23 August 2007 7:11:24 pm 
                                                                 Hi Marko It appears to be hard coded in the edit template (design/standard/templates/content/datatype/edit/ezobjectrelationlist.tpl)  From line 13: 
 nodesList=cond( and( is_set( $class_content.class_constraint_list ), $class_content.class_constraint_list|count|ne( 0 ) ),
                         fetch( content, tree,
                                hash( parent_node_id, $parent_node,
                                      class_filter_type,'include',
                                      class_filter_array, $class_content.class_constraint_list,
                                      sort_by, array( 'name',true() ),
                                      main_node_only, true() ) ),
removing <b>main_node_only, true()</b> sould do the trick. Not sure if this change effects anything else but the "List with checkboxes" option should be OK. 
CheersBruce
 My Blog: http://www.stuffandcontent.com/Follow me on twitter: http://twitter.com/brucemorrison
 Consolidated eZ Publish Feed : http://friendfeed.com/rooms/ez-publish
 |