Index: openacs-4/packages/xowiki/tcl/yui-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/yui-procs.tcl,v diff -u -r1.16.2.4 -r1.16.2.5 --- openacs-4/packages/xowiki/tcl/yui-procs.tcl 29 Jul 2021 17:27:02 -0000 1.16.2.4 +++ openacs-4/packages/xowiki/tcl/yui-procs.tcl 5 Oct 2021 19:21:23 -0000 1.16.2.5 @@ -7,6 +7,7 @@ @cvs-id $Id$ } +::xo::library require -package xotcl-core 30-widget-procs ::xo::library require menu-procs namespace eval ::xowiki { @@ -533,7 +534,8 @@ html::thead { html::tr -class list-header { foreach o [[self]::__columns children] { - if {[$o hide]} continue + ns_log notice "YUIDataTableRenderer $o [$o set name] HIDE [$o hide] RENDER [$o procsearch render]" + if {[$o hide]} continue $o render } } @@ -558,7 +560,7 @@ if {![nsf::is object [self]::__actions]} {:actions {}} if {![nsf::is object [self]::__bulkactions]} {:__bulkactions {}} set bulkactions [[self]::__bulkactions children] - if {[llength $bulkactions]>0} { + if {[[self]::__bulkactions exists __identifier] || [llength $bulkactions]>0} { set name [[self]::__bulkactions set __identifier] } else { set name [::xowiki::Includelet js_name [self]]