versionUpdateGroup is null for Enity extending another Entity when only ElementCollection is updated.

Description

CustomCompany is an entity extending another entity Company.

When I try to update only the ElementCollection in Company exception is thrown due to assertion error as versionUpdateGroup is null for Entity CustomCompany.

UpdateCoordinatorStandard.doVersionUpdate(){

assert versionUpdateGroup != null;

}

 

Please find attached test case.

Attachments

1
  • 28 Feb 2023, 11:26 AM

Activity

Show:
Steve Ebersole
changed the StatusMarch 17, 2023 at 8:19 PM
Resolved
Closed
Christian Beikov
changed the StatusMarch 17, 2023 at 11:28 AM
Open
Resolved
Christian Beikov
updated the ResolutionMarch 17, 2023 at 11:28 AM
None
Fixed
Marco Belladelli
updated the Fix versionsMarch 14, 2023 at 2:44 PM
None
6.2.0
Marco Belladelli
changed the AssigneeMarch 7, 2023 at 2:58 PM
Unassigned
Marco Belladelli
Joaquim Mascarenhas
created the IssueFebruary 28, 2023 at 11:35 AM
Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created February 28, 2023 at 11:35 AM
Updated March 17, 2023 at 8:19 PM
Resolved March 17, 2023 at 11:28 AM