This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 7934514a2f Improved: Extend view OrderItemAndShipGroupAssoc with 
missing relation to OrderItemAttribute (OFBIZ-12752) (#582)
7934514a2f is described below

commit 7934514a2f32fc4160a18d8207b04a609d24125c
Author: cshan-ecomify <117295991+cshan-ecom...@users.noreply.github.com>
AuthorDate: Wed Feb 8 10:02:59 2023 +0100

    Improved: Extend view OrderItemAndShipGroupAssoc with missing relation to 
OrderItemAttribute (OFBIZ-12752) (#582)
---
 applications/order/entitydef/entitymodel_view.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/applications/order/entitydef/entitymodel_view.xml 
b/applications/order/entitydef/entitymodel_view.xml
index 139b086a29..4a9068c8d3 100644
--- a/applications/order/entitydef/entitymodel_view.xml
+++ b/applications/order/entitydef/entitymodel_view.xml
@@ -764,6 +764,10 @@ under the License.
         <key-map field-name="orderId"/>
         <key-map field-name="orderItemSeqId"/>
       </relation>
+      <relation type="many" rel-entity-name="OrderItemAttribute">
+        <key-map field-name="orderId"/>
+        <key-map field-name="orderItemSeqId"/>
+      </relation>
     </view-entity>
     <view-entity entity-name="OrderItemAndShipGrpInvResAndItem"
             package-name="org.apache.ofbiz.order.order"

Reply via email to