rfcs icon indicating copy to clipboard operation
rfcs copied to clipboard

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

Open runspired opened this issue 6 years ago • 2 comments

Previous Discussions:

  • https://github.com/emberjs/rfcs/pull/266
  • https://github.com/emberjs/data/issues/2162

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.

runspired avatar Aug 17 '18 00:08 runspired

I created an RFC to tackle this issue: https://github.com/emberjs/rfcs/pull/387

mydea avatar Oct 08 '18 10:10 mydea

Note that this RFC was not merged.

wagenet avatar Jul 25 '22 17:07 wagenet

The request manager replaced this.

runspired avatar Mar 27 '23 05:03 runspired