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 cee626d71d Improved: entity references wrong package (OFBIZ-12913) 
(#705)
cee626d71d is described below

commit cee626d71d56325c222aa1659a9ad82f428d401c
Author: Pierre Smits <pierre.sm...@somonar.com>
AuthorDate: Sun Feb 25 12:06:26 2024 +0100

    Improved: entity references wrong package (OFBIZ-12913) (#705)
    
    The ShoppingLiistItemAttribute references the wrong package
    modified: order-entitymodel.xml
    - change package of ShoppingLiistItemAttribute
---
 applications/datamodel/entitydef/order-entitymodel.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/datamodel/entitydef/order-entitymodel.xml 
b/applications/datamodel/entitydef/order-entitymodel.xml
index 54b3cd9bba..2a4ee7856e 100644
--- a/applications/datamodel/entitydef/order-entitymodel.xml
+++ b/applications/datamodel/entitydef/order-entitymodel.xml
@@ -2953,7 +2953,7 @@ under the License.
       </relation>
     </entity>
     <entity entity-name="ShoppingListItemAttribute"
-            package-name="org.ofbiz.order.shoppinglist"
+            package-name="org.apache.ofbiz.order.shoppinglist"
             title="Shopping List Item Attribute Entity">
       <field name="shoppingListId" type="id"></field>
       <field name="shoppingListItemSeqId" type="id"></field>

Reply via email to