We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47d5f25 + 4c6f15d commit fd4df2cCopy full SHA for fd4df2c
addon/mixins/model.js
@@ -64,7 +64,7 @@ export default Mixin.create({
64
this.set(_queryIdPropertyName, currentQueryId);
65
66
//get the relationship value, reloading if necessary
67
- const value = this.reloadRelationship(propertyName, JSON.stringify(params) === JSON.stringify(oldParams));
+ const value = this.reloadRelationship(propertyName, JSON.stringify(params) !== JSON.stringify(oldParams));
68
69
//return the promise, clearing the ajax options property
70
return value.catch(function (error) {
0 commit comments