Index: openacs-4/packages/xowiki/tcl/folder-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/folder-procs.tcl,v diff -u -r1.27.2.12 -r1.27.2.13 --- openacs-4/packages/xowiki/tcl/folder-procs.tcl 23 Mar 2015 11:54:42 -0000 1.27.2.12 +++ openacs-4/packages/xowiki/tcl/folder-procs.tcl 20 Apr 2015 09:07:57 -0000 1.27.2.13 @@ -70,7 +70,7 @@ return [subst { select * from xowiki_form_instance_children ch left join xowiki_form_instance_attributes xa on (ch.item_id = xa.item_id) - where page_template = '$form_id' and package_id = '$package_id' + where page_template = '$form_id' and ch.package_id = '$package_id' and root_item_id = '$parent_id' and publish_status = 'ready' }]