Index: openacs-4/packages/xowiki/tcl/form-field-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/form-field-procs.tcl,v diff -u -r1.284.2.176 -r1.284.2.177 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 31 Oct 2021 19:07:54 -0000 1.284.2.176 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 4 Nov 2021 17:10:42 -0000 1.284.2.177 @@ -4042,11 +4042,11 @@ # instance_attribute "position" in the object, where the former # has a higher precedence (important for combined forms). # - if {![:exists test_item_in_position]} { + if {![info exists :test_item_in_position]} { set :test_item_in_position [${:object} property position] #ns_log notice "${:name} randomized_indices get position ${:test_item_in_position} from property" } else { - #ns_log notice "${:name} randomized_indices position ${:test_item_in_position} already set" + #ns_log notice "${:name} randomized_indices position ${:test_item_in_position} already set (user [::xo::cc user_id])" } set seeds [${:object} property seeds] set seed [expr {$seeds ne "" && ${:test_item_in_position} ne ""