You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even though the included properties are there in the response, the properties of resource Y is undefined if they are not cached with an additional direct GET to the Y resource
Any chance for the cache lookup handling to cause this issue ? Or is this a deliberately added flow ?
The text was updated successfully, but these errors were encountered:
i-avm
changed the title
Store keyMap is not getting updated after removeRecord operation
Included data is not passing through Orbit if they are not cached !
Sep 26, 2023
i-avm
changed the title
Included data is not passing through Orbit if they are not cached !
Included ( second level ) data is not passing through Orbit if they are not cached !
Sep 26, 2023
include = X.Y
Even though the included properties are there in the response, the properties of resource Y is undefined if they are not cached with an additional direct GET to the Y resource
On debugging found this code
https://github1s.com/orbitjs/ember-orbit/blob/HEAD/addon/-private/store.ts#L335-L336
Any chance for the
cache lookup
handling to cause this issue ? Or is this a deliberately added flow ?The text was updated successfully, but these errors were encountered: