Index: openacs-4/packages/imsld/tcl/imsld-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/imsld/tcl/imsld-install-procs.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/imsld/tcl/imsld-install-procs.tcl 19 Sep 2005 17:20:15 -0000 1.3 +++ openacs-4/packages/imsld/tcl/imsld-install-procs.tcl 21 Sep 2005 14:39:56 -0000 1.4 @@ -182,6 +182,7 @@ # role parts content::type::new -content_type imsld_role_part -supertype content_revision -pretty_name "<#_ IMS-LD Role Part #>" -pretty_plural "<#_ IMS-LD Role Parts #>" -table_name imsld_role_parts -id_column role_part_id + content::type::attribute::new -content_type imsld_role_part -attribute_name act_id -datatype number -pretty_name "<#_ Act Identifier #>" -column_spec "integer" content::type::attribute::new -content_type imsld_role_part -attribute_name identifier -datatype string -pretty_name "<#_ Identifier #>" -column_spec "varchar(100)" content::type::attribute::new -content_type imsld_role_part -attribute_name role_id -datatype number -pretty_name "<#_ Role Identifier #>" -column_spec "integer" content::type::attribute::new -content_type imsld_role_part -attribute_name learning_activity_id -datatype number -pretty_name "<#_ Learning Activity Identifier #>" -column_spec "integer" @@ -515,6 +516,7 @@ content::type::attribute::delete -content_type imsld_act -attribute_name on_completion_id # role parts + content::type::attribute::delete -content_type imsld_role_part -attribute_name act_id content::type::attribute::delete -content_type imsld_role_part -attribute_name identifier content::type::attribute::delete -content_type imsld_role_part -attribute_name role_id content::type::attribute::delete -content_type imsld_role_part -attribute_name learning_activity_id