From: <cl...@vh...> - 2005-09-15 09:12:09
|
Author: clasohm Date: 2005-09-15 11:03:01 +0200 (Thu, 15 Sep 2005) New Revision: 812 Modified: contrib/ccm-ldn-camden-consultation/trunk/pdl/com/arsdigita/camden/cms/contenttypes/Consultation.pdl Log: fixed file associations so files are copied during publication Modified: contrib/ccm-ldn-camden-consultation/trunk/pdl/com/arsdigita/camden/cms/contenttypes/Consultation.pdl =================================================================== --- contrib/ccm-ldn-camden-consultation/trunk/pdl/com/arsdigita/camden/cms/contenttypes/Consultation.pdl 2005-09-15 08:50:20 UTC (rev 811) +++ contrib/ccm-ldn-camden-consultation/trunk/pdl/com/arsdigita/camden/cms/contenttypes/Consultation.pdl 2005-09-15 09:03:01 UTC (rev 812) @@ -47,7 +47,7 @@ join cam_consult_method_file_map.consultation_id to cam_consultations.consultation_id; - FileAsset[0..n] methodologyDocuments = + component FileAsset[0..n] methodologyDocuments = join cam_consultations.consultation_id to cam_consult_method_file_map.consultation_id, join cam_consult_method_file_map.file_id @@ -61,7 +61,7 @@ join cam_consult_feedback_file_map.consultation_id to cam_consultations.consultation_id; - FileAsset[0..n] feedbackDocuments = + component FileAsset[0..n] feedbackDocuments = join cam_consultations.consultation_id to cam_consult_feedback_file_map.consultation_id, join cam_consult_feedback_file_map.file_id |