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

[FEAT] hasMany and belongsTo requests should use adapter findHasMany and findBelongsTo hooks #356

Closed
runspired opened this issue Aug 17, 2018 · 3 comments
Labels
Needs Implementer T-ember-data RFCs that impact the ember-data library

Comments

@runspired
Copy link
Contributor

Previous Discussions:

findHasMany and findBelongsTo would delegate to findMany and findRecord as they do today in the case where there is no link present, to preserve existing behavior while simplifying the overall flow and enabling this case to be handled.

@mydea
Copy link
Contributor

mydea commented Oct 8, 2018

I created an RFC to tackle this issue: #387

@runspired runspired moved this to RFC | Planning in EmberData Feb 18, 2022
@wagenet wagenet closed this as completed Jul 22, 2022
Repository owner moved this from RFC | Planning to RFC | Needs Implemented in EmberData Jul 22, 2022
@runspired runspired reopened this Jul 22, 2022
@wagenet
Copy link
Member

wagenet commented Jul 25, 2022

Note that this RFC was not merged.

@runspired
Copy link
Contributor Author

The request manager replaced this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Implementer T-ember-data RFCs that impact the ember-data library
Projects
Archived in project
Development

No branches or pull requests

3 participants