Index: openacs-4/packages/curriculum-central/www/coordinate/uos-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/curriculum-central/www/coordinate/uos-edit.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/curriculum-central/www/coordinate/uos-edit.tcl 18 Dec 2005 06:23:31 -0000 1.3 +++ openacs-4/packages/curriculum-central/www/coordinate/uos-edit.tcl 24 Dec 2005 08:33:28 -0000 1.4 @@ -219,6 +219,10 @@ # Set values for description field element set_properties uos activity_log \ - -before_html [workflow::case::get_activity_html -case_id $case_id \ - -action_id $action_id] -} \ No newline at end of file + -before_html [workflow::case::get_activity_html \ + -case_id $case_id \ + -action_id $action_id \ + -max_n_actions [parameter::get \ + -parameter LastNumActivityLogEntries \ + -default 3]] +}