Skip to content

Cannot use columns in variables._key and an alias for that column #235

Description

@elpete

Given an entity:

component {

    property name="groupId" column="aliased_group_id";
    property name="memberId" column="aliased_member_id";

    variables._key = [ "aliased_group_id", "aliased_member_id" ];

    this.memento = { "defaultIncludes": [ "groupId", "memberId" ] };

}

It should return correct values, but it doesn't seem to until the variables._key is updated to use the aliases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions