Index: openacs-4/packages/xowiki/tcl/folder-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/folder-procs.tcl,v diff -u -N -r1.55.2.28 -r1.55.2.29 --- openacs-4/packages/xowiki/tcl/folder-procs.tcl 3 Nov 2019 18:28:36 -0000 1.55.2.28 +++ openacs-4/packages/xowiki/tcl/folder-procs.tcl 14 Feb 2020 11:02:13 -0000 1.55.2.29 @@ -604,7 +604,8 @@ # # We have to use the global variable for the time being due to # scoping in "-columns" - set ::__xowiki_with_publish_status [expr {$publish_status ne "ready"}] + set ::__xowiki_with_publish_status [expr {$publish_status ne "ready" || "publish_status" in $columns}] + # unexisting csrf token usually means we are outside a connection thread set csrf [expr {[info exists ::__csrf_token] ? [list __csrf_token $::__csrf_token] : ""}] set ::__xowiki_folder_link [::$package_id make_link \