Index: openacs-4/packages/xowiki/tcl/package-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/package-procs.tcl,v diff -u -r1.279.2.24 -r1.279.2.25 --- openacs-4/packages/xowiki/tcl/package-procs.tcl 29 Apr 2015 11:16:24 -0000 1.279.2.24 +++ openacs-4/packages/xowiki/tcl/package-procs.tcl 8 May 2015 19:06:49 -0000 1.279.2.25 @@ -2304,6 +2304,8 @@ ::xo::dc dml update_cr_items { update cr_items set parent_id = :new_parent_id where item_id = :item_id } + ::xowiki::update_item_index -item_id $item_id -parent_id $new_parent_id + ::xo::dc dml update_cr_child_rels { update cr_child_rels set parent_id = :new_parent_id, relation_tag = :relation_tag where child_id = :item_id