Skip to content

Changes are not displayed in the table when you have multiple key fields in the Entity #115

Open
@deepakm3

Description

@deepakm3

The change tracking is not working when we have multiple key fields for an entity, Is this a limitation ?

Example below works, The changes are updated and displayed in the object page

entity Books {
key ID : Integer;
title : String;
stock : Integer;
}

Whereas when you have multiple key field the The changes are not displayed in the object page

entity Books {
key ID : Integer;
key title : String;
stock : Integer;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    author actionNeed the actions taken by an author

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions