svn commit: r470628 - /incubator/ofbiz/trunk/applications/party/entitydef/entitymodel.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r470628 - /incubator/ofbiz/trunk/applications/party/entitydef/entitymodel.xml

sichen
Author: sichen
Date: Thu Nov  2 17:29:02 2006
New Revision: 470628

URL: http://svn.apache.org/viewvc?view=rev&rev=470628
Log:
added relation from ContactListPartyAndContactMech view entity back to ContactListParty

Modified:
    incubator/ofbiz/trunk/applications/party/entitydef/entitymodel.xml

Modified: incubator/ofbiz/trunk/applications/party/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/party/entitydef/entitymodel.xml?view=diff&rev=470628&r1=470627&r2=470628
==============================================================================
--- incubator/ofbiz/trunk/applications/party/entitydef/entitymodel.xml (original)
+++ incubator/ofbiz/trunk/applications/party/entitydef/entitymodel.xml Thu Nov  2 17:29:02 2006
@@ -1176,6 +1176,11 @@
         <view-link entity-alias="CLP" rel-entity-alias="CM">
             <key-map field-name="preferredContactMechId" rel-field-name="contactMechId"/>
         </view-link>
+        <relation type="one-nofk" rel-entity-name="ContactListParty">
+            <key-map field-name="contactListId"/>
+            <key-map field-name="partyId"/>
+            <key-map field-name="fromDate"/>
+        </relation>
     </view-entity>
 
   <!-- ========================================================= -->