Skip to content

Fixed: Administrator profile on ecommerce shows FTL error (OFBIZ-13475) - #358

Open
vyasdevanshu wants to merge 1 commit into
apache:trunkfrom
vyasdevanshu:OFBIZ-13475
Open

Fixed: Administrator profile on ecommerce shows FTL error (OFBIZ-13475)#358
vyasdevanshu wants to merge 1 commit into
apache:trunkfrom
vyasdevanshu:OFBIZ-13475

Conversation

@vyasdevanshu

Copy link
Copy Markdown

Description

When logged in using the admin user on the Ecommerce homepage, the viewprofile screen throws an FTL error because of the deprecated maritalStatusEnumId field on the Person entity (which was deprecated in OFBIZ-13329 and replaced with maritalStatusTypeId).

Changes

  • Updated ViewProfile.ftl to use person.maritalStatusTypeId and query entity MaritalStatusType.
  • Updated EditPerson.ftl to query MaritalStatusType and name the select element maritalStatusTypeId.
  • Updated CustomerEvents.xml map processor to process maritalStatusTypeId.

Replaced deprecated Person entity field maritalStatusEnumId with maritalStatusTypeId and updated related queries to use entity MaritalStatusType instead of Enumeration.
@sonarqubecloud

sonarqubecloud Bot commented Aug 7, 2026

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants