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

ashishvijaywargiya 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 223d09f0ef Fixing an issue related to MARITAL_SATUS_ENUM_ID use in 
col-name attribute. There are two issues here. 1) There is a typo in the field 
name, it should be MARITAL_STATUS_ENUM_ID. 2) The col-name attribute should 
contain the previous field name as is and in capital letter else it should 
create issues of case sensitivity.
223d09f0ef is described below

commit 223d09f0ef49a0becdd4bc57760de9b432c2843a
Author: Ashish Vijaywargiya <[email protected]>
AuthorDate: Mon May 18 00:10:58 2026 +0530

    Fixing an issue related to MARITAL_SATUS_ENUM_ID use in col-name attribute. 
There are two issues here. 1) There is a typo in the field name, it should be 
MARITAL_STATUS_ENUM_ID. 2) The col-name attribute should contain the previous 
field name as is and in capital letter else it should create issues of case 
sensitivity.
---
 applications/datamodel/entitydef/party-entitymodel.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/datamodel/entitydef/party-entitymodel.xml 
b/applications/datamodel/entitydef/party-entitymodel.xml
index bad43eeaf1..36598f78da 100644
--- a/applications/datamodel/entitydef/party-entitymodel.xml
+++ b/applications/datamodel/entitydef/party-entitymodel.xml
@@ -2819,7 +2819,7 @@ under the License.
       <field name="height" type="floating-point"></field>
       <field name="weight" type="floating-point"></field>
       <field name="mothersMaidenName" type="long-varchar" 
encrypt="true"></field>
-      <field name="oldMaritalStatusEnumId" type="id" 
col-name="marital_satus_enum_id">
+      <field name="oldMaritalStatusEnumId" type="id" 
col-name="MARITAL_STATUS_ENUM_ID">
         <description>DEPRECATED use maritalStatusTypeId instead</description>
       </field>
       <field name="maritalStatusTypeId" type="id"/>

Reply via email to