Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
deepakm3 opened this issue Sep 11, 2024 · 5 comments
Labels
author action Need the actions taken by an author

Comments

@deepakm3
Copy link

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;
}

@nkaputnik
Copy link
Contributor

Yes, this is a known limitation as of now, but we are working on fixing this in the next release.

Best,
Nick

@nkaputnik nkaputnik added the author action Need the actions taken by an author label Sep 12, 2024
@deepakm3
Copy link
Author

deepakm3 commented Sep 12, 2024

Hi @nkaputnik
Could you please let me know the planned release date for the fix?
Thanks,
Deepak

@nkaputnik
Copy link
Contributor

Unfortunately, no.
This is an open-source project, which is maintained by us in our spare time, so we do not plan any releases, we do them, when we have enough spare time and enough changes to warrant one...

This feature is change is rather complex in nature and requires extensive testing.

Best,
Nick

@sammok83
Copy link

sammok83 commented Oct 8, 2024

@nkaputnik I echo @deepakm3 . Would also need this.

@nkaputnik
Copy link
Contributor

There is an open PR aiming to solve this: #117
Plan is to finalise and test this in November, since the contributor is off work for this whole month.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author action Need the actions taken by an author
Projects
None yet
Development

No branches or pull requests

3 participants