versionUpdateGroup is null for Enity extending another Entity when only ElementCollection is updated.
Description
Attachments
1
- 28 Feb 2023, 11:26 AM
Activity
Show:
Steve Ebersole
changed the StatusMarch 17, 2023 at 8:19 PMResolved
Closed

Christian Beikov
changed the StatusMarch 17, 2023 at 11:28 AMOpen
Resolved

Christian Beikov
updated the ResolutionMarch 17, 2023 at 11:28 AMNone
Fixed
Marco Belladelli
updated the Fix versionsMarch 14, 2023 at 2:44 PMNone
6.2.0
Marco Belladelli
changed the AssigneeMarch 7, 2023 at 2:58 PMUnassigned
Marco Belladelli
Joaquim Mascarenhas
created the IssueFebruary 28, 2023 at 11:35 AMFixed
Details
Details
Assignee
Marco Belladelli
Marco BelladelliReporter
Joaquim Mascarenhas
Joaquim MascarenhasComponents
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
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.