From 8e12bb395b567301c86182b480bcb52404be548a Mon Sep 17 00:00:00 2001 From: jensp Date: Wed, 17 Apr 2013 07:19:28 +0000 Subject: [PATCH] SimpleSurvey kompilierte aufgrund eines falschen Eintrags in der PDL nicht git-svn-id: https://svn.libreccm.org/ccm/trunk@2133 8810af33-2d31-482b-a856-94f89814c4df --- ccm-simplesurvey/pdl/com/arsdigita/simplesurvey/Survey.pdl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ccm-simplesurvey/pdl/com/arsdigita/simplesurvey/Survey.pdl b/ccm-simplesurvey/pdl/com/arsdigita/simplesurvey/Survey.pdl index 9fc8cc1b7..a453a9cdd 100755 --- a/ccm-simplesurvey/pdl/com/arsdigita/simplesurvey/Survey.pdl +++ b/ccm-simplesurvey/pdl/com/arsdigita/simplesurvey/Survey.pdl @@ -25,8 +25,8 @@ import com.arsdigita.formbuilder.*; object type Survey extends ACSObject { component FormSection[1..1] formSection = join ss_surveys.form_id to bebop_form_sections.form_section_id; - PackageInstance[1..1] packageInstance = join ss_surveys.package_id - to apm_packages.package_id; + //PackageInstance[1..1] packageInstance = join ss_surveys.package_id + // to apm_packages.package_id; Date[0..1] startDate = ss_surveys.start_date DATE; Date[0..1] endDate = ss_surveys.end_date DATE; String[0..1] quizType = ss_surveys.quiz_type VARCHAR(50);