Index: openacs-4/packages/datamanager/tcl/datamanager-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/datamanager/tcl/datamanager-procs.tcl,v diff -u -r1.1.2.7 -r1.1.2.8 --- openacs-4/packages/datamanager/tcl/datamanager-procs.tcl 9 Nov 2005 19:43:28 -0000 1.1.2.7 +++ openacs-4/packages/datamanager/tcl/datamanager-procs.tcl 10 Nov 2005 12:12:09 -0000 1.1.2.8 @@ -146,10 +146,12 @@ } set action $action_type - +ns_log Notice "my bulk action export vars : $my_bulk_action_export_vars" +ns_log Notice "action: $action" + set available_name [join [list "available" $communities_classes] "_"] #create the template_list template::list::create \ - -name available_communities \ + -name $available_name \ -multirow communities \ -key dest_community_id \ -actions $actions\ @@ -210,7 +212,8 @@ set type "[_ datamanager.Class]" } } if_no_rows { } - return [list available_communities ] + + return [list $available_name ] }