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

Change tracker doesn't work on belongsTo relationship on 3.28+ #114

Open
alexey0511 opened this issue Aug 31, 2022 · 0 comments
Open

Change tracker doesn't work on belongsTo relationship on 3.28+ #114

alexey0511 opened this issue Aug 31, 2022 · 0 comments

Comments

@alexey0511
Copy link

In version 3.28 ember-data changed the shape of the relationship object.
This broke the change-tracker for belongsTo relationship.

For example inverseRecordData property does not exist anymore, as well as relationshipIsStale, relationshipIsEmpty and others.
Properties itself hasn't gone just have been moved under a new structure to definition, graph, and state objects

The change has been done in this commit
emberjs/data#7491

It would be great if it's addressed and a new version of ember-data-change-tracker is taking into account this change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant