From d7a2762ecb4ce0775548002e63014b3396f6f5f7 Mon Sep 17 00:00:00 2001 From: jensp Date: Fri, 20 Mar 2009 08:22:48 +0000 Subject: [PATCH] Person jetzt von ContentItem abgeleitet git-svn-id: https://svn.libreccm.org/ccm/trunk@113 8810af33-2d31-482b-a856-94f89814c4df --- .../pdl/com/arsdigita/content-types/Person.pdl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ccm-cms-types-person/pdl/com/arsdigita/content-types/Person.pdl b/ccm-cms-types-person/pdl/com/arsdigita/content-types/Person.pdl index ff4852eb5..a31df43a6 100644 --- a/ccm-cms-types-person/pdl/com/arsdigita/content-types/Person.pdl +++ b/ccm-cms-types-person/pdl/com/arsdigita/content-types/Person.pdl @@ -1,8 +1,8 @@ -model com.arsdigita.cms.ContentPage; +model com.arsdigita.cms.ContentItem; -import com.arsdigita.cms.ContentPage; +import com.arsdigita.cms.ContentItem; -object type Person extends ContentPage { +object type Person extends ContentItem { String[0..1] surname = ct_persons.surname VARCHAR(512); String[0..1] givenname = ct.persons.givenname VARCHAR(512); String[0..1] titlepre = ct.persons.titlepre VARCHAR(256);