-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[Bug] Ember 3.20.4 Does not Update When ED related records are removed #19105
Comments
May be related to or a duplicate of #19101, but I'm not sure so I created this new issue with the reproduction. |
@pzuraq this seems like a similar issue to emberjs/data#7273, would you mind taking a look to see what is going on? This is broken between 3.20.3 and 3.20.4. |
Dug into this, and figured out the issue. Have a fix ready, just need to write a test, will be doing that in the morning |
Confirmed. This is fixed in |
@pzuraq I'm seeing a related issue when not depending on
Should I open a new issue and reproduction? Or should that have been covered in this fix? |
🐞 Describe the Bug
When records are removed from an ember data relationship the change is not being reflected in a template.
🔬 Minimal Reproduction
Reproduced in https://github.com/jrjohnson/reproduction-template-model-relationships
Steps:
npm start
{{log}}
output.{{log}}
.😕 Actual Behavior
Removing all records from an Ember Data relationship array does not update the template.
🤔 Expected Behavior
Changing this array should always change the template.
🌍 Environment
The text was updated successfully, but these errors were encountered: