Index: openacs-4/packages/proctoring-support/lib/proctoring-display.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/proctoring-support/lib/Attic/proctoring-display.tcl,v diff -u -r1.1.2.16 -r1.1.2.17 --- openacs-4/packages/proctoring-support/lib/proctoring-display.tcl 23 Feb 2022 15:07:53 -0000 1.1.2.16 +++ openacs-4/packages/proctoring-support/lib/proctoring-display.tcl 23 Feb 2022 16:01:42 -0000 1.1.2.17 @@ -127,15 +127,15 @@ foreach result [callback ::proctoring::callback::object::timeframes \ -object_id $object_id] { foreach timeframe $result { - ::template::multirow append \ + ::template::multirow append timeframes \ [dict get $timeframe name] \ [dict get $timeframe start_date] \ [dict get $timeframe start_time] \ [dict get $timeframe end_date] \ [dict get $timeframe end_time] } } - template::multirow sort timeframes start_date start time end_date end_time name + template::multirow sort timeframes start_date start_time end_date end_time name # Desktop and camera pictures are produced at the same time, # even if they might not have the same timestamp, so they are