Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

Fix unsubscribe button #81

Closed
brittanydionigi opened this issue Aug 6, 2015 · 1 comment
Closed

Fix unsubscribe button #81

brittanydionigi opened this issue Aug 6, 2015 · 1 comment

Comments

@brittanydionigi
Copy link
Collaborator

Episodes are coming back undefined when we try to call destroyRecord on the podcast https://github.com/mozilla/high-fidelity/blob/ember-cli-conversion/app/models/podcast.js#L26-L31

@brittanydionigi
Copy link
Collaborator Author

The fix for this is a little hacky right now (ff40adb), but the issue was caused by trying to get a large amount of records at once. The response gets split up as outlined here: emberjs/data#651

So even though the application knows there are, say, 80 episodes to delete, it only makes it through the first half before erring out. Will ask around for a more appropriate solution to this.

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

No branches or pull requests

1 participant