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

Soft delete collections are returned with original keys #941

Closed
jrjohnson opened this issue Aug 9, 2015 · 0 comments
Closed

Soft delete collections are returned with original keys #941

jrjohnson opened this issue Aug 9, 2015 · 0 comments
Assignees
Labels
Milestone

Comments

@jrjohnson
Copy link
Member

When the API grabs a soft delete collection like course:sessions[] the undeleted values maintain their original keys eg ( 0, 1, 3, 6, 9) the skipped indexes break ember.

Solution is to return the values in a numerically indexed ordered list.

@jrjohnson jrjohnson added the BUG label Aug 9, 2015
@jrjohnson jrjohnson self-assigned this Aug 9, 2015
@jrjohnson jrjohnson added this to the v3.0.0 milestone Aug 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant