Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -r1.483 -r1.484 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 30 Jun 2015 09:26:13 -0000 1.483 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 23 Jul 2015 03:20:10 -0000 1.484 @@ -1425,7 +1425,18 @@ return $object } + # + # Define a specialized version of CrItem.set_live_revision updating the item index. + # + FormPage ad_instproc set_live_revision {-revision_id:required {-publish_status "ready"}} { + @param revision_id + @param publish_status one of 'live', 'ready' or 'production' + } { + next + my update_item_index + } + # # helper for nls and lang #