Bugfix
Major
#27917
Incorrect creation of an inverse reference during migration
The MigrationProcessor com.top_logic.element.model.migration.model.CreateInverseTLReferenceProcessor can be used to create unversioned inverse references. E.G:
<create-inverse-reference name="Contacts:PersonContact#account" inverse-reference="tl.accounts:Person#contact" />
This processor applies the properties of the inverse reference to the wrong object (to the TLReference instead of the associated TLAssociationEnd). The settings on the TLReference are not used.
Test
No test.