You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by le...@apache.org on 2010/05/08 13:36:01 UTC

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

Author: lektran
Date: Sat May  8 11:36:00 2010
New Revision: 942363

URL: http://svn.apache.org/viewvc?rev=942363&view=rev
Log:
Added missing Uom relation from ProductFeature, patch provided by Mirko Vogelsmeier OFBIZ-3742

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=942363&r1=942362&r2=942363&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/product/entitydef/entitymodel.xml Sat May  8 11:36:00 2010
@@ -1500,6 +1500,9 @@ under the License.
       <relation type="one" fk-name="PROD_FEAT_TYPE" rel-entity-name="ProductFeatureType">
         <key-map field-name="productFeatureTypeId"/>
       </relation>
+      <relation rel-entity-name="Uom" type="one">
+          <key-map field-name="uomId"/>
+      </relation>
     </entity>
     <view-entity entity-name="ProductFeatureAndAppl"
             package-name="org.ofbiz.product.feature"