You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Depending on field names/order, updating a one-one self-referencing relationship from the secondary field can result in an infinite loop due to CollectionDescription.GetRelation
The text was updated successfully, but these errors were encountered:
## Relevant issue(s)
Resolves#1914
## Description
Fixes an a bug where an infinite loop may be created when updating a
self-referencing one-one relation from the secondary side.
## Relevant issue(s)
Resolves#1914
## Description
Fixes an a bug where an infinite loop may be created when updating a
self-referencing one-one relation from the secondary side.
## Relevant issue(s)
Resolvessourcenetwork#1914
## Description
Fixes an a bug where an infinite loop may be created when updating a
self-referencing one-one relation from the secondary side.
Depending on field names/order, updating a one-one self-referencing relationship from the secondary field can result in an infinite loop due to
CollectionDescription.GetRelation
The text was updated successfully, but these errors were encountered: