Index: openacs-4/packages/dotlrn-calendar/tcl/dotlrn-calendar-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-calendar/tcl/dotlrn-calendar-procs.tcl,v diff -u -N -r1.53 -r1.54 --- openacs-4/packages/dotlrn-calendar/tcl/dotlrn-calendar-procs.tcl 14 May 2002 21:42:16 -0000 1.53 +++ openacs-4/packages/dotlrn-calendar/tcl/dotlrn-calendar-procs.tcl 15 May 2002 20:32:55 -0000 1.54 @@ -143,6 +143,10 @@ -calendar_id $group_calendar_id ] + # This is not scoped, because we are only seeing one group calendar + portal::set_element_param \ + $element_id "scoped_p" "f" + # Add the admin portlet, too set admin_portal_id [dotlrn_community::get_admin_portal_id -community_id $community_id] @@ -302,6 +306,9 @@ -calendar_id $calendar_id \ ] + # Make sure this is scoped + portal::set_element_param $element_id scoped_p t + # but add the "full calendar" pe to the workspace page specified above set element_id [calendar_full_portlet::add_self_to_page \ -portal_id $workspace_portal_id \