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
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