Index: openacs-4/packages/xotcl-core/tcl/cr-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/cr-procs.tcl,v diff -u -N -r1.50.2.21 -r1.50.2.22 --- openacs-4/packages/xotcl-core/tcl/cr-procs.tcl 23 Mar 2015 19:41:44 -0000 1.50.2.21 +++ openacs-4/packages/xotcl-core/tcl/cr-procs.tcl 22 Jul 2015 19:15:10 -0000 1.50.2.22 @@ -445,6 +445,15 @@ # "data". Therefore, we cannot use simply -column_name for the slot. lappend atts "n.data AS text" } + + ::xowiki::Page::slot::text { + # + # this is just a hotfix for now + # + #ns_log notice [$slot serialize] + lappend atts "n.data as text" + } + ::xo::db::CrItem::slot::name { lappend atts i.[$slot column_name] }