Skip to content

ListHandle bugfix #32

Open
Open
@bero

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

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