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 2009/02/27 08:51:41 UTC

svn commit: r748419 - /ofbiz/trunk/applications/product/entitydef/entitymodel.xml

Author: hansbak
Date: Fri Feb 27 07:51:41 2009
New Revision: 748419

URL: http://svn.apache.org/viewvc?rev=748419&view=rev
Log:
remove the cause of some warning messages

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

Modified: ofbiz/trunk/applications/product/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/entitydef/entitymodel.xml?rev=748419&r1=748418&r2=748419&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/product/entitydef/entitymodel.xml Fri Feb 27 07:51:41 2009
@@ -4538,6 +4538,8 @@
       <alias-all entity-alias="SP"/>
       <alias-all entity-alias="PR">
         <exclude field="productId"/>
+        <exclude field="comments"/>
+        <exclude field="quantityUomId"/>
       </alias-all>
       <view-link entity-alias="SP" rel-entity-alias="PR">
         <key-map field-name="productId"/>
@@ -4598,7 +4600,10 @@
     title="Product Config And Product  View Entity, to be able to see which products use a certain configuration item">
     <member-entity entity-alias="PDC" entity-name="ProductConfig"/>
     <member-entity entity-alias="PD" entity-name="Product"/>
-    <alias-all entity-alias="PDC"/>
+    <alias-all entity-alias="PDC">
+      <exclude field="description"/>
+      <exclude field="longDescription"/>
+    </alias-all>
     <alias-all entity-alias="PD"/>
     <view-link entity-alias="PDC" rel-entity-alias="PD">
       <key-map field-name="productId"/>