You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2007/02/21 09:54:07 UTC

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

Author: hansbak
Date: Wed Feb 21 00:54:06 2007
New Revision: 509942

URL: http://svn.apache.org/viewvc?view=rev&rev=509942
Log:
excluded a duplicate field to surpress the startup error message

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

Modified: ofbiz/trunk/applications/party/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/entitydef/entitymodel.xml?view=diff&rev=509942&r1=509941&r2=509942
==============================================================================
--- ofbiz/trunk/applications/party/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/party/entitydef/entitymodel.xml Wed Feb 21 00:54:06 2007
@@ -564,7 +564,9 @@
     title="Communication Event And Role View Entity">
     <member-entity entity-alias="SC" entity-name="SubscriptionCommEvent"/>
     <member-entity entity-alias="SU" entity-name="Subscription"/>
-    <alias-all entity-alias="SC"/>
+    <alias-all entity-alias="SC">
+      <exclude field="communicationEventId"/>
+    </alias-all>
     <alias-all entity-alias="SU"/>
     <view-link entity-alias="SC" rel-entity-alias="SU">
       <key-map field-name="subscriptionId"/>