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
I've been trying to do a simple fetch over my main entity which has several other relations with autoFetch: true. I am using the success callback to get the fetched model, but unfortunately the relations are only fetched after this callback is called.
Is this the expected behaviour?
Thank you
The text was updated successfully, but these errors were encountered:
Hi,
I've been trying to do a simple fetch over my main entity which has several other relations with
autoFetch: true
. I am using the success callback to get the fetched model, but unfortunately the relations are only fetched after this callback is called.Is this the expected behaviour?
Thank you
The text was updated successfully, but these errors were encountered: