Skip to content

ListHandle bugfix #32

Description

@bero

When ObjectReference/SingleLink is passed to TBoldAbstractListHandle.SetCurrentElement it uses owning object instead of other end.

Change it so that other end is used as is logical.

Example

lhaAddress.CurrentElement := aPerson.Address;

aPerson.Address is a singlelink (BoldObjectReference) and assigned to BoldListHandle currentElement.
It should not use BoldObjectReference but BoldObjectReferences BoldObject instead

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions