Index: openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl,v diff -u -r1.368.2.38 -r1.368.2.39 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 1 Oct 2019 19:54:09 -0000 1.368.2.38 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 7 Oct 2019 19:47:31 -0000 1.368.2.39 @@ -1107,7 +1107,7 @@ # the references instead on every view (which would be safer, but slower). This is # roughly the counterpart to edit_data and save_data in ad_forms. # - set content [:render -update_references true] + set content [:render -update_references all] #:log "after save refs=[expr {[info exists :references]?${:references} : {NONE}}]" set redirect_method [:form_parameter __form_redirect_method "view"]