Index: openacs-4/packages/xowiki/tcl/includelet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/includelet-procs.tcl,v diff -u -r1.239.2.85 -r1.239.2.86 --- openacs-4/packages/xowiki/tcl/includelet-procs.tcl 7 Mar 2022 19:00:24 -0000 1.239.2.85 +++ openacs-4/packages/xowiki/tcl/includelet-procs.tcl 23 Mar 2022 20:37:16 -0000 1.239.2.86 @@ -2373,7 +2373,6 @@ $extra_where_clause $locale_clause"] set pages [::xowiki::Page instantiate_objects -sql $sql] - $pages mixin add ::xo::OrderedComposite::IndexCompare if {$range ne "" && $page_order_att ne ""} { lassign [split $range -] from to foreach p [$pages children] { @@ -2386,6 +2385,7 @@ $pages orderby \ -order [expr {$order_direction in {asc ""} ? "increasing" : "decreasing"}] \ + -type [ad_decode $order_attribute page_order index dictionary] \ $order_attribute if {$source ne ""} {