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 -N -r1.368.2.47 -r1.368.2.48 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 3 Nov 2019 18:37:44 -0000 1.368.2.47 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 11 Nov 2019 10:18:33 -0000 1.368.2.48 @@ -2627,15 +2627,14 @@ # of a container to the value of the container. # foreach f $container_fields { - #set f [:lookup_form_field -name $c $form_fields] set name [$f name] - :log "container $name: compute value for [$f info class]" + #:log "container $name: compute value for [$f info class]" if {![$f exists disabled]} { dict set :instance_attributes $name [$f value] + #:log "container $name: is set to '[dict get ${:instance_attributes} $name]'" } elseif {[dict exists ${:instance_attributes} $name]} { $f value [dict get ${:instance_attributes} $name] } - :log "container $name: is set to '[dict get ${:instance_attributes} $name]'" } #