Some fixes for errors GenericOrganizationalUnit
git-svn-id: https://svn.libreccm.org/ccm/trunk@468 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
5077522fd0
commit
4a9c688320
|
|
@ -45,7 +45,7 @@ association {
|
|||
to cms_organizationalunits.organizationalunit_id;
|
||||
|
||||
//Link attribute, allows it to customize the order which the childs will be shown.
|
||||
BigDecimal[0..1] order = cms_organizationalunit_organizationalunit_map.order INTEGER;
|
||||
BigDecimal[0..1] order = cms_organizationalunits_organizationalunit_map.map_order INTEGER;
|
||||
}
|
||||
|
||||
//Link for contact points.
|
||||
|
|
@ -63,6 +63,6 @@ association {
|
|||
|
||||
//Some link attributes.
|
||||
String contact_type = cms_organizationalunit_contact_map.contact_type VARCHAR(100);
|
||||
BigDecimal contact_order = cms_organizationalunit_contact_map.contact_order INTEGER;
|
||||
BigDecimal contact_order = cms_organizationalunits_contact_map.map_order INTEGER;
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ ccm-cms-assets-fileattachment
|
|||
ccm-cms-assets-imagestep
|
||||
ccm-cms-assets-notes
|
||||
ccm-cms-assets-relatedlink
|
||||
ccm-cms-assets-imagestep
|
||||
|
||||
# Content types
|
||||
ccm-cms-types-address
|
||||
|
|
|
|||
Loading…
Reference in New Issue