Index: openacs-4/packages/xowiki/tcl/repeat-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/repeat-procs.tcl,v diff -u -r1.14.2.11 -r1.14.2.12 --- openacs-4/packages/xowiki/tcl/repeat-procs.tcl 18 Jan 2022 06:55:24 -0000 1.14.2.11 +++ openacs-4/packages/xowiki/tcl/repeat-procs.tcl 5 Sep 2022 11:31:32 -0000 1.14.2.12 @@ -234,7 +234,7 @@ } incr nrItems - set containerIsDisabled [expr {[info exists :disabled] && [:disabled] != "false"}] + set containerIsDisabled [:is_disabled] set containerIsPrototype [string match "*.0*" ${:name}] set isPrototypeElement 0 foreach c ${:components} {