Person jetzt von ContentItem abgeleitet
git-svn-id: https://svn.libreccm.org/ccm/trunk@113 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
80b07882b2
commit
d7a2762ecb
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue