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

fix: force reference to be reloaded when params have changed #45

Closed
wants to merge 1 commit into from

Conversation

adriguy
Copy link

@adriguy adriguy commented Nov 2, 2021

When upgrading Ember to 3.28, our has-many relationships are not loaded anymore.

It seems that a little bug was introduced by this commit 4c6f15d3a4af824236801c1efc74f960f5eff0aa: we can see that in the addon/mixins/model.js file, the reloadRelationship is still called with 2 arguments, but the definition of this function has been modified by removing this 2nd argument (forceReload).

With this version of the code, our code is running smoothly.

@adriguy
Copy link
Author

adriguy commented Nov 2, 2021

@mdehoog if you need more information I'd be happy to help!

@adriguy adriguy closed this Nov 2, 2021
@adriguy
Copy link
Author

adriguy commented Nov 2, 2021

Duplicate of #37

@adriguy adriguy deleted the patch-1 branch November 2, 2021 14:53
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

Successfully merging this pull request may close these issues.

1 participant